summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-12-14netfilter: cttimeout: add netns supportPablo Neira
2015-12-09netfilter: nf_tables: fix nf_log_trace based tracingFlorian Westphal
2015-12-09netfilter: nfnetlink_log: Change setter functions to be voidRosen, Rami
2015-12-09netfilter: ipv6: nf_defrag: fix NULL deref panicFlorian Westphal
2015-12-09netfilter: nf_tables: wrap tracing with a static keyFlorian Westphal
2015-12-09netfilter: nf_tables: extend tracing infrastructureFlorian Westphal
2015-11-25netfilter: nft_payload: add packet mangling supportPatrick McHardy
2015-11-25netfilter: Set /proc/net entries owner to root in namespacePhilip Whineray
2015-11-23netfilter: ipv6: avoid nf_iterate recursionFlorian Westphal
2015-11-23netfilter: ipv6: nf_defrag: avoid/free clone operationsFlorian Westphal
2015-11-23netfilter: remove duplicate includestephen hemminger
2015-11-23netfilter-bridge: layout of if statementsIan Morris
2015-11-23netfilter-bridge: brace placementIan Morris
2015-11-23netfilter-bridge: use netdev style commentsIan Morris
2015-11-23netfilter-bridge: Cleanse indentationIan Morris
2015-11-22net: IPv6 fib lookup tracepointDavid Ahern
2015-11-20net: avoid NULL deref in napi_get_frags()Eric Dumazet
2015-11-20tipc: eliminate remnants of hungarian notationJon Paul Maloy
2015-11-20tipc: narrow down interface towards struct tipc_linkJon Paul Maloy
2015-11-20tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy
2015-11-20tipc: convert node lock to rwlockJon Paul Maloy
2015-11-20tipc: introduce per-link spinlockJon Paul Maloy
2015-11-20tipc: reduce code dependency between binding table and node layerJon Paul Maloy
2015-11-20tipc: small cleanup of function tipc_node_check_state()Jon Paul Maloy
2015-11-20tipc: move linearization of buffers to generic codeJon Paul Maloy
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet
2015-11-18net: napi_hash_del() returns a boolean statusEric Dumazet
2015-11-18net: move napi_hash[] into read mostly sectionEric Dumazet
2015-11-18net: add netif_tx_napi_add()Eric Dumazet
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet
2015-11-18net: network drivers no longer need to implement ndo_busy_poll()Eric Dumazet
2015-11-18net: allow BH servicing in sk_busy_loop()Eric Dumazet
2015-11-18net: un-inline sk_busy_loop()Eric Dumazet
2015-11-18net: better skb->sender_cpu and skb->napi_id cohabitationEric Dumazet
2015-11-18net ipv4: use preferred log methodsBastian Stender
2015-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-11-17net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov
2015-11-17af_unix: take receive queue lock while appending new skbHannes Frederic Sowa
2015-11-17rtnetlink: fix frame size warning in rtnl_fill_ifinfoHannes Frederic Sowa
2015-11-17net: use skb_clone to avoid alloc_pages failure.Martin Zhang
2015-11-17packet: Use PAGE_ALIGNED macroTobias Klauser
2015-11-17packet: Don't check frames_per_block against negative valuesTobias Klauser
2015-11-17vlan: Do not put vlan headers back on bridge and macvlan portsVlad Yasevich
2015-11-17vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich
2015-11-16snmp: Remove duplicate OUTMCAST stat incrementNeil Horman
2015-11-16net/core: use netdev name in warning if no parentBjørn Mork
2015-11-16af_unix: don't append consumed skbs to sk_receive_queueHannes Frederic Sowa
2015-11-16raw: increment correct SNMP counters for ICMP messagesBen Cartwright-Cox
2015-11-16net: fix __netdev_update_features return on ndo_set_features failureNikolay Aleksandrov
2015-11-16net: fix feature changes on devices without ndo_set_featuresNikolay Aleksandrov