summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter-bridge: Cleanse indentationIan Morris2015-11-234-25/+25
* net: IPv6 fib lookup tracepointDavid Ahern2015-11-222-0/+14
* net: avoid NULL deref in napi_get_frags()Eric Dumazet2015-11-201-2/+4
* tipc: eliminate remnants of hungarian notationJon Paul Maloy2015-11-206-133/+133
* tipc: narrow down interface towards struct tipc_linkJon Paul Maloy2015-11-207-345/+415
* tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy2015-11-207-461/+462
* tipc: convert node lock to rwlockJon Paul Maloy2015-11-203-133/+136
* tipc: introduce per-link spinlockJon Paul Maloy2015-11-203-26/+25Star
* tipc: reduce code dependency between binding table and node layerJon Paul Maloy2015-11-206-67/+74
* tipc: small cleanup of function tipc_node_check_state()Jon Paul Maloy2015-11-201-3/+2Star
* tipc: move linearization of buffers to generic codeJon Paul Maloy2015-11-203-5/+3Star
* net: provide generic busy polling to all NAPI driversEric Dumazet2015-11-181-0/+7
* net: napi_hash_del() returns a boolean statusEric Dumazet2015-11-181-3/+7
* net: move napi_hash[] into read mostly sectionEric Dumazet2015-11-181-1/+1
* net: add netif_tx_napi_add()Eric Dumazet2015-11-181-1/+2
* net: move skb_mark_napi_id() into core networking stackEric Dumazet2015-11-181-0/+2
* net: network drivers no longer need to implement ndo_busy_poll()Eric Dumazet2015-11-181-5/+20
* net: allow BH servicing in sk_busy_loop()Eric Dumazet2015-11-181-11/+7Star
* net: un-inline sk_busy_loop()Eric Dumazet2015-11-181-2/+48
* net: better skb->sender_cpu and skb->napi_id cohabitationEric Dumazet2015-11-181-17/+16Star
* net ipv4: use preferred log methodsBastian Stender2015-11-184-59/+44Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-11-1731-318/+437
|\
| * net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov2015-11-171-1/+4
| * af_unix: take receive queue lock while appending new skbHannes Frederic Sowa2015-11-171-1/+4
| * rtnetlink: fix frame size warning in rtnl_fill_ifinfoHannes Frederic Sowa2015-11-171-122/+152
| * net: use skb_clone to avoid alloc_pages failure.Martin Zhang2015-11-171-1/+1
| * packet: Use PAGE_ALIGNED macroTobias Klauser2015-11-171-1/+1
| * packet: Don't check frames_per_block against negative valuesTobias Klauser2015-11-171-2/+2
| * vlan: Do not put vlan headers back on bridge and macvlan portsVlad Yasevich2015-11-171-1/+3
| * vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich2015-11-171-1/+2
| * snmp: Remove duplicate OUTMCAST stat incrementNeil Horman2015-11-161-2/+0Star
| * net/core: use netdev name in warning if no parentBjørn Mork2015-11-161-5/+8
| * af_unix: don't append consumed skbs to sk_receive_queueHannes Frederic Sowa2015-11-161-0/+1
| * raw: increment correct SNMP counters for ICMP messagesBen Cartwright-Cox2015-11-161-3/+5
| * net: fix __netdev_update_features return on ndo_set_features failureNikolay Aleksandrov2015-11-161-1/+1
| * net: fix feature changes on devices without ndo_set_featuresNikolay Aleksandrov2015-11-161-0/+2
| * switchdev: bridge: Check return code is not EOPNOTSUPPIdo Schimmel2015-11-162-2/+2
| * ipvs: use skb_to_full_sk() helperEric Dumazet2015-11-161-8/+8
| * tcp: ensure proper barriers in lockless contextsEric Dumazet2015-11-165-23/+37
| * sctp: translate host order to network order when setting a hmacidlucien2015-11-161-2/+2
| * packet: fix tpacket_snd max frame lenDaniel Borkmann2015-11-161-4/+5
| * packet: infer protocol from ethernet header if unsetDaniel Borkmann2015-11-161-0/+11
| * packet: only allow extra vlan len on ethernet devicesDaniel Borkmann2015-11-161-35/+25Star
| * packet: always probe for transport headerDaniel Borkmann2015-11-161-4/+3Star
| * packet: do skb_probe_transport_header when we actually have dataDaniel Borkmann2015-11-161-2/+3
| * ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau2015-11-151-1/+2
| * ipv6: Check expire on DST_NOCACHE routeMartin KaFai Lau2015-11-151-1/+10
| * ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 treeMartin KaFai Lau2015-11-151-1/+7
| * af-unix: fix use-after-free with concurrent readers while splicingHannes Frederic Sowa2015-11-151-0/+18
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-11-1212-99/+123
| |\