summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tipc: reduce locking scope during packet receptionJon Paul Maloy2015-07-218-389/+478
* tipc: introduce node contact FSMJon Paul Maloy2015-07-214-54/+185
* tipc: move link supervision timer to node levelJon Paul Maloy2015-07-214-80/+68Star
* tipc: simplify link timer implementationJon Paul Maloy2015-07-212-45/+72
* tipc: improve link FSM implementationJon Paul Maloy2015-07-212-156/+195
* tipc: introduce new link protocol msg create functionJon Paul Maloy2015-07-211-67/+77
* tipc: clean up definitions and usage of link flagsJon Paul Maloy2015-07-214-78/+67Star
* tipc: make media xmit call outside node spinlock contextJon Paul Maloy2015-07-218-77/+198
* tipc: change sk_buffer handling in tipc_link_xmit()Jon Paul Maloy2015-07-213-40/+37Star
* tipc: use bearer index when looking up active linksJon Paul Maloy2015-07-212-73/+59Star
* tipc: move link input queue to tipc_nodeJon Paul Maloy2015-07-214-19/+27
* tipc: move link creation from neighbor discoverer to nodeJon Paul Maloy2015-07-213-16/+37
* tipc: introduce link entry structure to struct tipc_nodeJon Paul Maloy2015-07-216-136/+143
* net: remove skb_frag_add_headJiri Benc2015-07-211-6/+0Star
* Merge branch 'offload_fwd_mark'David S. Miller2015-07-218-9/+169
|\
| * switchdev: update documentation for offload_fwd_markScott Feldman2015-07-211-2/+12
| * rocker: add offload_fwd_mark supportScott Feldman2015-07-212-0/+12
| * switchdev: add offload_fwd_mark generator helperScott Feldman2015-07-212-0/+112
| * net: add phys ID compare helper to test if two IDs are the sameScott Feldman2015-07-212-6/+9
| * net: don't reforward packets already forwarded by offload deviceScott Feldman2015-07-213-1/+24
|/
* rocker: forward packets to CPU when port is joined to openvswitchSimon Horman2015-07-211-12/+50
* bridge: mcast: fix br_multicast_dev_del warn when igmp snooping is not definedNikolay Aleksandrov2015-07-211-0/+4
* net/ipv6: update flowi6_oif in ip6_dst_lookup_flow if not setPhil Sutter2015-07-201-0/+2
* bonding: trivial: remove unused variablesNikolay Aleksandrov2015-07-202-4/+0Star
* Merge branch 'bridge-temp-and-perm'David S. Miller2015-07-203-7/+24
|\
| * bridge: multicast: fix handling of temp and perm entriesSatish Ashok2015-07-203-7/+22
| * bridge: multicast: notify on group deleteNikolay Aleksandrov2015-07-201-0/+2
|/
* Merge branch 'bpf_cgroup_classid'David S. Miller2015-07-204-21/+53
|\
| * ebpf: add helper to retrieve net_cls's classid cookieDaniel Borkmann2015-07-202-0/+22
| * cls_cgroup: factor out classid retrievalDaniel Borkmann2015-07-202-21/+31
|/
* enic: allow adaptive coalesce setting for msi/legacy intrGovindarajulu Varadarajan2015-07-201-48/+65
* enic: add adaptive coalescing intr for intx and msi pollGovindarajulu Varadarajan2015-07-201-68/+67Star
* ipv6: Remove unused arguments for __ipv6_dev_get_saddr().YOSHIFUJI Hideaki2015-07-161-4/+2Star
* Merge branch 'protodown'David S. Miller2015-07-166-3/+77
|\
| * rocker: Handle protodown notifications.Anuradha Karuppiah2015-07-161-1/+14
| * netlink: changes for setting and clearing protodown via netlink.Anuradha Karuppiah2015-07-162-2/+15
| * net core: Add protodown support.Anuradha Karuppiah2015-07-163-0/+48
|/
* ibmveth: add support for TSO6Thomas Falcon2015-07-162-28/+135
* hv_netvsc: Add close of RNDIS filter into change mtu callHaiyang Zhang2015-07-161-6/+52
* ipv6: Fix finding best source address in ipv6_dev_get_saddr().YOSHIFUJI Hideaki/吉藤英明2015-07-161-12/+18
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-07-1615-79/+155
|\
| * i40e/i40evf: Bump version to 1.3.6 for i40e and 1.3.2 for i40evfCatherine Sullivan2015-07-152-2/+2
| * i40e: Refine an error message to avoid confusionAnjali Singhai Jain2015-07-151-1/+2
| * i40e/i40evf: Add support for pre-allocated pages for PDFaisal Latif2015-07-154-13/+27
| * i40evf: add MAC address filter in open, not initMitch Williams2015-07-151-11/+1Star
| * i40evf: don't delete all the filtersMitch Williams2015-07-151-1/+3
| * i40e: un-disable VF after resetMitch Williams2015-07-151-0/+1
| * i40e: do a proper reset when disabling a VFMitch Williams2015-07-151-7/+2Star
| * i40e: correctly program filters for VFsMitch Williams2015-07-151-3/+6
| * i40e/i40evf: Update the admin queue command headerGreg Rose2015-07-152-22/+20Star