summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2016-01-07dsa: Register netdev before phyAndrew Lunn
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn
2016-01-07phy: Add an mdio_device structureAndrew Lunn
2016-01-07phy: Centralise print about attached phyAndrew Lunn
2016-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-01-06tcp: fix zero cwnd in tcp_cwnd_reductionYuchung Cheng
2016-01-06net: Add eth_platform_get_mac_address() helper.David S. Miller
2016-01-06net: possible use after free in dst_releaseFrancesco Ruggeri
2016-01-06bridge: add vlan filtering change for new bridged deviceElad Raz
2016-01-06bridge: add vlan filtering change notificationElad Raz
2016-01-06bridge: Propagate vlan add failure to userElad Raz
2016-01-06net: sched: fix missing free per cpu on qstatsJohn Fastabend
2016-01-06soreuseport: change consume_skb to kfree_skb in error caseCraig Gallek
2016-01-06soreuseport: pass skb to secondary UDP socket lookupCraig Gallek
2016-01-05inet: kill unused skb_free opFlorian Westphal
2016-01-05bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa
2016-01-05sctp: remove the local_bh_disable/enable in sctp_endpoint_lookup_assocXin Long
2016-01-05sctp: drop the old assoc hashtable of sctpXin Long
2016-01-05sctp: apply rhashtable api to sctp procfsXin Long
2016-01-05sctp: apply rhashtable api to send/recv pathXin Long
2016-01-05sctp: add the rhashtable apis for sctp global transport hashtableXin Long
2016-01-04af_unix: Fix splice-bind deadlockRainer Weikusat
2016-01-04net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek
2016-01-04soreuseport: fast reuseport UDP socket selectionCraig Gallek
2016-01-04soreuseport: define reuseport groupsCraig Gallek
2016-01-04Merge tag 'nfc-next-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller
2016-01-04udp: properly support MSG_PEEK with truncated buffersEric Dumazet
2016-01-04l2tp: rely on ppp layer for skb scrubbingGuillaume Nault
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-31Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-12-31ethtool: Add phy statisticsAndrew Lunn
2015-12-30sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long
2015-12-30net, socket, socket_wq: fix missing initialization of flagsNicolai Stange
2015-12-29openvswitch: Fix template leak in error cases.Joe Stringer
2015-12-29NFC: nci: memory leak in nci_core_conn_create()Dan Carpenter
2015-12-29nfc: netlink: HCI event connectivity implementationChristophe Ricard
2015-12-29NFC: nci: Fix error check of nci_hci_create_pipe() resultChristophe Ricard
2015-12-29NFC: digital: Add Type4A tags supportShikha Singh
2015-12-28sctp: label accepted/peeled off socketsMarcelo Ricardo Leitner
2015-12-28sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar
2015-12-23bridge: use kobj_to_dev instead of to_devGeliang Tang
2015-12-23ipv6: honor ifindex in case we receive ll addresses in router advertisementsHannes Frederic Sowa
2015-12-22tcp: honour SO_BINDTODEVICE for TW_RST case tooFlorian Westphal
2015-12-22tcp: send_reset: test for non-NULL sk firstFlorian Westphal
2015-12-22addrconf: always initialize sysctl table dataWANG Cong
2015-12-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2015-12-22net: tcp: deal with listen sockets properly in tcp_abort.Lorenzo Colitti
2015-12-22ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin