summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mpls: fix forwarding using v4/v6 explicit nullRobert Shearman2015-10-271-0/+2
* sfc: replace spinlocks with bit ops for busy poll lockingBert Kenward2015-10-272-75/+58
* sock: don't enable netstamp for af_unix socketsHannes Frederic Sowa2015-10-271-3/+17
* Merge branch 'qed-driver'David S. Miller2015-10-2734-0/+24086
|\
| * qede: Add basic ethtool supportSudarsana Kalluru2015-10-274-2/+596
| * qed: Add statistics supportManish Chopra2015-10-276-1/+296
| * qede: Add support for linkSudarsana Kalluru2015-10-271-0/+47
| * qed: Add link supportYuval Mintz2015-10-278-5/+1102
| * qede: classification configurationSudarsana Kalluru2015-10-272-0/+251
| * qede: Add basic network device supportYuval Mintz2015-10-272-0/+1935
| * qed: Add slowpath L2 supportManish Chopra2015-10-2710-0/+2286
| * qede: Add basic Network driverYuval Mintz2015-10-275-0/+436
| * qed: Add basic L2 interfaceYuval Mintz2015-10-277-1/+482
| * qed: Add module with basic common supportYuval Mintz2015-10-2727-0/+16664
|/
* net: tso: add support for IPv6emmanuel.grumbach@intel.com2015-10-262-5/+14
* Merge tag 'arcnet-for-4.4-rc1' of git://git.pengutronix.de/git/mgr/linuxDavid S. Miller2015-10-266-18/+277
|\
| * arcnet: add netif_carrier_on/off for reconnectMichael Grzeschik2015-10-262-0/+27
| * arcnet: com20020-pci: add led trigger supportMichael Grzeschik2015-10-265-0/+181
| * arcnet: com20020-pci: add rotary index supportMichael Grzeschik2015-10-262-0/+37
| * arcnet: com20020-pci: set dev_port to the subdevice indexMichael Grzeschik2015-10-261-0/+1
| * arcnet: com20020: add enable and disable device on open/closeMichael Grzeschik2015-10-261-10/+29
| * arcnet: move dev_free_skb to its only userMichael Grzeschik2015-10-261-8/+2
* | ipv6: icmp: include addresses in debug messagesBjørn Mork2015-10-261-4/+8
* | bpf: make tracing helpers gpl onlyAlexei Starovoitov2015-10-261-2/+2
* | bpf: fix bpf_perf_event_read() helperAlexei Starovoitov2015-10-263-11/+22
* | net: dsa: bcm_sf2: Unhardcode port numbersFlorian Fainelli2015-10-262-11/+97
* | net: dsa: bcm_sf2: Implement FDB operationsFlorian Fainelli2015-10-263-0/+335
|/
* bnxt_en: Fix compile warnings when CONFIG_INET is not set.Michael Chan2015-10-252-1/+6
* net: encx24j600: Fix mask to update LED configurationJon Ringle2015-10-251-3/+3
* Merge branch 'mvneta-ethtool-stats'David S. Miller2015-10-251-2/+115
|\
| * net: mvneta: Fix clearing of MIB statisticsAndrew Lunn2015-10-251-2/+7
| * net: mvneta: add ethtool statisticsRussell King2015-10-251-0/+108
|/
* af_unix: do not report POLLOUT on listenersEric Dumazet2015-10-251-2/+3
* tipc: link_is_bc_sndlink() can be staticWu Fengguang2015-10-252-5/+5
* Merge branch 'tipc-next'David S. Miller2015-10-2417-1387/+1005
|\
| * tipc: clean up unused code and structuresJon Paul Maloy2015-10-249-1104/+30
| * tipc: ensure binding table initial distribution is sent via first linkJon Paul Maloy2015-10-242-3/+3
| * tipc: eliminate link's reference to owner nodeJon Paul Maloy2015-10-244-22/+29
| * tipc: eliminate redundant buffer cloning at transmissionJon Paul Maloy2015-10-242-28/+15
| * tipc: let neighbor discoverer tranmsit consumable buffersJon Paul Maloy2015-10-244-12/+38
| * tipc: introduce jumbo frame support for broadcastJon Paul Maloy2015-10-247-6/+39
| * tipc: simplify bearer level broadcastJon Paul Maloy2015-10-245-45/+151
| * tipc: let broadcast packet reception use new link receive functionJon Paul Maloy2015-10-249-220/+615
| * tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy2015-10-246-7/+23
| * tipc: let broadcast transmission use new link transmit functionJon Paul Maloy2015-10-245-57/+85
| * tipc: make struct tipc_link generic to support broadcastJon Paul Maloy2015-10-243-12/+34
| * tipc: use explicit allocation of broadcast send linkJon Paul Maloy2015-10-244-45/+79
| * tipc: make link implementation independent from struct tipc_bearerJon Paul Maloy2015-10-243-23/+36
| * tipc: create broadcast transmission link at namespace initJon Paul Maloy2015-10-244-7/+24
| * tipc: move broadcast link lock to struct tipc_netJon Paul Maloy2015-10-243-9/+14