summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | net: bcmgenet: Use correct dev_id for free_irqFlorian Fainelli2015-07-201-1/+1
| * | net: bcmgenet: Remove excessive PHY resetFlorian Fainelli2015-07-203-15/+0
|/ /
* | Merge branch 'stmmac-cleanup'David S. Miller2015-07-206-114/+126
|\ \
| * | stmmac: drop custom_* fields from plat_stmmacenet_dataJoachim Eastwood2015-07-202-6/+0
| * | stmmac: add proper probe function to dwmac-mesonJoachim Eastwood2015-07-201-11/+20
| * | stmmac: add proper probe function to dwmac-lpc18xxJoachim Eastwood2015-07-201-36/+23
| * | stmmac: export probe_config_dt() and get_platform_resources()Joachim Eastwood2015-07-202-4/+14
| * | stmmac: make stmmac_probe_config_dt return the platform data structJoachim Eastwood2015-07-201-16/+12
| * | stmmac: introduce stmmac_get_platform_resources()Joachim Eastwood2015-07-201-27/+37
| * | stmmac: clean up platform/of_match data retrievalJoachim Eastwood2015-07-201-21/+29
| * | stmmac: use of_device_get_match_data to retrieve of match dataJoachim Eastwood2015-07-201-5/+3
|/ /
* | Merge branch 'tipc-separate-link-and-aggregation'David S. Miller2015-07-2013-1018/+1431
|\ \
| * | tipc: reduce locking scope during packet receptionJon Paul Maloy2015-07-208-389/+478
| * | tipc: introduce node contact FSMJon Paul Maloy2015-07-204-54/+185
| * | tipc: move link supervision timer to node levelJon Paul Maloy2015-07-204-80/+68
| * | tipc: simplify link timer implementationJon Paul Maloy2015-07-202-45/+72
| * | tipc: improve link FSM implementationJon Paul Maloy2015-07-202-156/+195
| * | tipc: introduce new link protocol msg create functionJon Paul Maloy2015-07-201-67/+77
| * | tipc: clean up definitions and usage of link flagsJon Paul Maloy2015-07-204-78/+67
| * | tipc: make media xmit call outside node spinlock contextJon Paul Maloy2015-07-208-77/+198
| * | tipc: change sk_buffer handling in tipc_link_xmit()Jon Paul Maloy2015-07-203-40/+37
| * | tipc: use bearer index when looking up active linksJon Paul Maloy2015-07-202-73/+59
| * | tipc: move link input queue to tipc_nodeJon Paul Maloy2015-07-204-19/+27
| * | tipc: move link creation from neighbor discoverer to nodeJon Paul Maloy2015-07-203-16/+37
| * | tipc: introduce link entry structure to struct tipc_nodeJon Paul Maloy2015-07-206-136/+143
|/ /
* | net: remove skb_frag_add_headJiri Benc2015-07-201-6/+0
* | Merge branch 'offload_fwd_mark'David S. Miller2015-07-208-9/+169
|\ \
| * | switchdev: update documentation for offload_fwd_markScott Feldman2015-07-201-2/+12
| * | rocker: add offload_fwd_mark supportScott Feldman2015-07-202-0/+12
| * | switchdev: add offload_fwd_mark generator helperScott Feldman2015-07-202-0/+112
| * | net: add phys ID compare helper to test if two IDs are the sameScott Feldman2015-07-202-6/+9
| * | net: don't reforward packets already forwarded by offload deviceScott Feldman2015-07-203-1/+24
|/ /
* | rocker: forward packets to CPU when port is joined to openvswitchSimon Horman2015-07-201-12/+50
* | bridge: mcast: fix br_multicast_dev_del warn when igmp snooping is not definedNikolay Aleksandrov2015-07-201-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/+0
* | 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/+67
* | ipv6: Remove unused arguments for __ipv6_dev_get_saddr().YOSHIFUJI Hideaki2015-07-161-4/+2
|/
* Merge branch 'protodown'David S. Miller2015-07-156-3/+77
|\
| * rocker: Handle protodown notifications.Anuradha Karuppiah2015-07-151-1/+14
| * netlink: changes for setting and clearing protodown via netlink.Anuradha Karuppiah2015-07-152-2/+15
| * net core: Add protodown support.Anuradha Karuppiah2015-07-153-0/+48
|/
* ibmveth: add support for TSO6Thomas Falcon2015-07-152-28/+135