summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * tipc: move bcast definitions to bcast.cJon Paul Maloy2015-10-245-107/+110
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-2469-404/+771
|\
| * net: sysctl: fix a kmemleak warningLi RongQing2015-10-231-1/+5
| * ppp: fix pppoe_dev deletion condition in pppoe_release()Guillaume Nault2015-10-231-1/+1
| * af_key: fix two typosLi RongQing2015-10-231-1/+1
| * amd-xgbe: Use wmb before updating current descriptor countLendacky, Thomas2015-10-232-2/+4
| * net/phy: micrel: Add workaround for bad autonegNathan Sullivan2015-10-231-1/+22
| * Merge branch 'ipv6-overflow-arith'David S. Miller2015-10-233-1/+27
| |\
| | * ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa2015-10-231-1/+5
| | * overflow-arith: begin to add support for overflow builtin functionsHannes Frederic Sowa2015-10-232-0/+22
| |/
| * tcp: allow dctcp alpha to drop to zeroAndrew Shewmaker2015-10-231-1/+1
| * ipv6: fix the incorrect return value of throw routelucien2015-10-232-5/+26
| * macvtap: unbreak receiving of gro skb with frag listJason Wang2015-10-231-1/+1
| * openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-2216-173/+192
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-10-222-0/+7
| |\
| | * i40e: fix annoying messageJesse Brandeburg2015-10-221-0/+1
| | * i40e: fix stats offsetsJesse Brandeburg2015-10-221-0/+6
| * | VSOCK: Fix lockdep issue.Jorgen Hansen2015-10-221-1/+1
| |/
| * qmi_wwan: add Sierra Wireless MC74xx/EM74xxBjørn Mork2015-10-221-0/+4
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-10-224-9/+21
| |\
| | * xfrm: Fix pmtu discovery for local generated packets.Steffen Klassert2015-10-192-0/+3
| | * xfrm: Fix state threshold configuration from userspaceMichael Rossberg2015-09-291-1/+3
| | * xfrm6: Fix ICMPv6 and MH header checks in _decode_session6Mathias Krause2015-09-141-2/+4
| | * ipv6: Fix IPsec pre-encap fragmentation checkHerbert Xu2015-09-041-6/+11