aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-06net: Add eth_platform_get_mac_address() helper.David S. Miller1-0/+31
2016-01-06bridge: add vlan filtering change for new bridged deviceElad Raz1-0/+11
2016-01-06bridge: add vlan filtering change notificationElad Raz1-2/+16
2016-01-06bridge: Propagate vlan add failure to userElad Raz1-1/+10
2016-01-06soreuseport: change consume_skb to kfree_skb in error caseCraig Gallek1-1/+1
2016-01-06soreuseport: pass skb to secondary UDP socket lookupCraig Gallek2-8/+12
2016-01-05inet: kill unused skb_free opFlorian Westphal4-12/+1
2016-01-05sctp: remove the local_bh_disable/enable in sctp_endpoint_lookup_assocXin Long1-16/+1
2016-01-05sctp: drop the old assoc hashtable of sctpXin Long4-96/+3
2016-01-05sctp: apply rhashtable api to sctp procfsXin Long1-143/+173
2016-01-05sctp: apply rhashtable api to send/recv pathXin Long4-56/+29
2016-01-05sctp: add the rhashtable apis for sctp global transport hashtableXin Long1-0/+131
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek6-41/+229
2016-01-04soreuseport: fast reuseport UDP socket selectionCraig Gallek3-33/+138
2016-01-04soreuseport: define reuseport groupsCraig Gallek2-1/+174
2016-01-04Merge tag 'nfc-next-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextDavid S. Miller6-5/+57
2016-01-04udp: properly support MSG_PEEK with truncated buffersEric Dumazet2-4/+8
2016-01-04l2tp: rely on ppp layer for skb scrubbingGuillaume Nault1-16/+1
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-87/+107
2015-12-31Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller5-52/+28
2015-12-31ethtool: Add phy statisticsAndrew Lunn1-1/+80
2015-12-30sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp_closeXin Long2-4/+5
2015-12-30net, socket, socket_wq: fix missing initialization of flagsNicolai Stange1-0/+1
2015-12-29openvswitch: Fix template leak in error cases.Joe Stringer1-2/+4
2015-12-29NFC: nci: memory leak in nci_core_conn_create()Dan Carpenter1-3/+3
2015-12-29nfc: netlink: HCI event connectivity implementationChristophe Ricard3-0/+51
2015-12-29NFC: nci: Fix error check of nci_hci_create_pipe() resultChristophe Ricard1-1/+1
2015-12-29NFC: digital: Add Type4A tags supportShikha Singh1-1/+2
2015-12-28sctp: label accepted/peeled off socketsMarcelo Ricardo Leitner1-0/+2
2015-12-28sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner1-3/+6
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar7-34/+21
2015-12-23bridge: use kobj_to_dev instead of to_devGeliang Tang1-2/+1
2015-12-23ipv6: honor ifindex in case we receive ll addresses in router advertisementsHannes Frederic Sowa1-2/+2
2015-12-22tcp: honour SO_BINDTODEVICE for TW_RST case tooFlorian Westphal3-10/+15
2015-12-22tcp: send_reset: test for non-NULL sk firstFlorian Westphal2-9/+8
2015-12-22addrconf: always initialize sysctl table dataWANG Cong1-7/+4
2015-12-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller3-62/+75
2015-12-22net: tcp: deal with listen sockets properly in tcp_abort.Lorenzo Colitti1-0/+5
2015-12-22ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin1-1/+1
2015-12-22switchdev: bridge: Pass ageing time as clock_t instead of jiffiesIdo Schimmel1-1/+1
2015-12-22RDS: don't pretend to use cpu notifiersSebastian Andrzej Siewior1-25/+6
2015-12-22net-sysfs: use to_net_dev in net_namespace()Geliang Tang1-2/+2
2015-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-1/+2
2015-12-206lowpan: fix debugfs interface entry nameAlexander Aring1-3/+3
2015-12-20Bluetooth: use list_for_each_entry*Geliang Tang4-49/+25
2015-12-18openvswitch: correct encoding of set tunnel action attributesSimon Horman1-1/+4
2015-12-18ipip: ioctl: Remove superfluous IP-TTL handling.Pravin B Shelar1-3/+0
2015-12-18tcp: diag: add support for request sockets to tcp_abort()Eric Dumazet1-0/+9
2015-12-18bpf: fix misleading comment in bpf_convert_filterDaniel Borkmann1-6/+0
2015-12-18bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann1-3/+16