summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-12-09netfilter: nf_tables: wrap tracing with a static keyFlorian Westphal4-3/+27
2015-12-09netfilter: nf_tables: extend tracing infrastructureFlorian Westphal5-19/+312
2015-11-25netfilter: nft_payload: add packet mangling supportPatrick McHardy1-6/+129
2015-11-25netfilter: Set /proc/net entries owner to root in namespacePhilip Whineray4-2/+39
2015-11-23netfilter: ipv6: avoid nf_iterate recursionFlorian Westphal3-55/+41
2015-11-23netfilter: ipv6: nf_defrag: avoid/free clone operationsFlorian Westphal3-85/+40
2015-11-23netfilter: remove duplicate includestephen hemminger2-2/+0
2015-11-23netfilter-bridge: layout of if statementsIan Morris2-6/+6
2015-11-23netfilter-bridge: brace placementIan Morris2-6/+3
2015-11-23netfilter-bridge: use netdev style commentsIan Morris3-46/+56
2015-11-23netfilter-bridge: Cleanse indentationIan Morris4-25/+25
2015-11-22net: IPv6 fib lookup tracepointDavid Ahern2-0/+14
2015-11-21net: avoid NULL deref in napi_get_frags()Eric Dumazet1-2/+4
2015-11-20tipc: eliminate remnants of hungarian notationJon Paul Maloy6-133/+133
2015-11-20tipc: narrow down interface towards struct tipc_linkJon Paul Maloy7-345/+415
2015-11-20tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy7-461/+462
2015-11-20tipc: convert node lock to rwlockJon Paul Maloy3-133/+136
2015-11-20tipc: introduce per-link spinlockJon Paul Maloy3-26/+25
2015-11-20tipc: reduce code dependency between binding table and node layerJon Paul Maloy6-67/+74
2015-11-20tipc: small cleanup of function tipc_node_check_state()Jon Paul Maloy1-3/+2
2015-11-20tipc: move linearization of buffers to generic codeJon Paul Maloy3-5/+3
2015-11-19net: provide generic busy polling to all NAPI driversEric Dumazet1-0/+7
2015-11-19net: napi_hash_del() returns a boolean statusEric Dumazet1-3/+7
2015-11-19net: move napi_hash[] into read mostly sectionEric Dumazet1-1/+1
2015-11-19net: add netif_tx_napi_add()Eric Dumazet1-1/+2
2015-11-19net: move skb_mark_napi_id() into core networking stackEric Dumazet1-0/+2
2015-11-19net: network drivers no longer need to implement ndo_busy_poll()Eric Dumazet1-5/+20
2015-11-19net: allow BH servicing in sk_busy_loop()Eric Dumazet1-11/+7
2015-11-19net: un-inline sk_busy_loop()Eric Dumazet1-2/+48
2015-11-19net: better skb->sender_cpu and skb->napi_id cohabitationEric Dumazet1-17/+16
2015-11-18net ipv4: use preferred log methodsBastian Stender4-59/+44
2015-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds31-318/+437
2015-11-17net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov1-1/+4
2015-11-17af_unix: take receive queue lock while appending new skbHannes Frederic Sowa1-1/+4
2015-11-17rtnetlink: fix frame size warning in rtnl_fill_ifinfoHannes Frederic Sowa1-122/+152
2015-11-17net: use skb_clone to avoid alloc_pages failure.Martin Zhang1-1/+1
2015-11-17packet: Use PAGE_ALIGNED macroTobias Klauser1-1/+1
2015-11-17packet: Don't check frames_per_block against negative valuesTobias Klauser1-2/+2
2015-11-17vlan: Do not put vlan headers back on bridge and macvlan portsVlad Yasevich1-1/+3
2015-11-17vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich1-1/+2
2015-11-17snmp: Remove duplicate OUTMCAST stat incrementNeil Horman1-2/+0
2015-11-17net/core: use netdev name in warning if no parentBjørn Mork1-5/+8
2015-11-16af_unix: don't append consumed skbs to sk_receive_queueHannes Frederic Sowa1-0/+1
2015-11-16raw: increment correct SNMP counters for ICMP messagesBen Cartwright-Cox1-3/+5
2015-11-16net: fix __netdev_update_features return on ndo_set_features failureNikolay Aleksandrov1-1/+1
2015-11-16net: fix feature changes on devices without ndo_set_featuresNikolay Aleksandrov1-0/+2
2015-11-16switchdev: bridge: Check return code is not EOPNOTSUPPIdo Schimmel2-2/+2
2015-11-16ipvs: use skb_to_full_sk() helperEric Dumazet1-8/+8
2015-11-16tcp: ensure proper barriers in lockless contextsEric Dumazet5-23/+37
2015-11-16sctp: translate host order to network order when setting a hmacidlucien1-2/+2