summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* soreuseport: change consume_skb to kfree_skb in error caseCraig Gallek2016-01-061-1/+1
* soreuseport: pass skb to secondary UDP socket lookupCraig Gallek2016-01-062-8/+12
* inet: kill unused skb_free opFlorian Westphal2016-01-054-12/+1
* sctp: remove the local_bh_disable/enable in sctp_endpoint_lookup_assocXin Long2016-01-051-16/+1
* sctp: drop the old assoc hashtable of sctpXin Long2016-01-054-96/+3
* sctp: apply rhashtable api to sctp procfsXin Long2016-01-051-143/+173
* sctp: apply rhashtable api to send/recv pathXin Long2016-01-054-56/+29
* sctp: add the rhashtable apis for sctp global transport hashtableXin Long2016-01-051-0/+131
* soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2016-01-046-41/+229
* soreuseport: fast reuseport UDP socket selectionCraig Gallek2016-01-043-33/+138
* soreuseport: define reuseport groupsCraig Gallek2016-01-042-1/+174
* Merge tag 'nfc-next-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller2016-01-046-5/+57
|\
| * NFC: nci: memory leak in nci_core_conn_create()Dan Carpenter2015-12-291-3/+3
| * nfc: netlink: HCI event connectivity implementationChristophe Ricard2015-12-293-0/+51
| * NFC: nci: Fix error check of nci_hci_create_pipe() resultChristophe Ricard2015-12-291-1/+1
| * NFC: digital: Add Type4A tags supportShikha Singh2015-12-291-1/+2
* | udp: properly support MSG_PEEK with truncated buffersEric Dumazet2016-01-042-4/+8
* | l2tp: rely on ppp layer for skb scrubbingGuillaume Nault2016-01-041-16/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-3115-87/+107
|\ \
| * | sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long2015-12-302-4/+5
| * | net, socket, socket_wq: fix missing initialization of flagsNicolai Stange2015-12-301-0/+1
| * | openvswitch: Fix template leak in error cases.Joe Stringer2015-12-291-2/+4
| * | sctp: label accepted/peeled off socketsMarcelo Ricardo Leitner2015-12-281-0/+2
| * | sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner2015-12-281-3/+6
| * | ipv6: honor ifindex in case we receive ll addresses in router advertisementsHannes Frederic Sowa2015-12-231-2/+2
| * | addrconf: always initialize sysctl table dataWANG Cong2015-12-221-7/+4
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-12-223-62/+75
| |\ \
| | * | xfrm: dst_entries_init() per-net dst_opsDan Streetman2015-11-033-62/+75
| * | | ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin2015-12-221-1/+1
| * | | switchdev: bridge: Pass ageing time as clock_t instead of jiffiesIdo Schimmel2015-12-221-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-12-222-1/+2
| |\ \ \
| | * | | netfilter: nft_ct: include direction when dumping NFT_CT_L3PROTOCOL keyFlorian Westphal2015-12-181-0/+1
| | * | | netfilter: nf_tables: use skb->protocol instead of assuming ethernet headerPablo Neira Ayuso2015-12-181-1/+1
| * | | | openvswitch: correct encoding of set tunnel action attributesSimon Horman2015-12-181-1/+4
| * | | | ipip: ioctl: Remove superfluous IP-TTL handling.Pravin B Shelar2015-12-181-3/+0
| |/ / /
* | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-12-315-52/+28
|\ \ \ \
| * | | | 6lowpan: fix debugfs interface entry nameAlexander Aring2015-12-201-3/+3
| * | | | Bluetooth: use list_for_each_entry*Geliang Tang2015-12-204-49/+25
* | | | | ethtool: Add phy statisticsAndrew Lunn2015-12-311-1/+80
* | | | | ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar2015-12-257-34/+21
* | | | | bridge: use kobj_to_dev instead of to_devGeliang Tang2015-12-231-2/+1
* | | | | tcp: honour SO_BINDTODEVICE for TW_RST case tooFlorian Westphal2015-12-223-10/+15
* | | | | tcp: send_reset: test for non-NULL sk firstFlorian Westphal2015-12-222-9/+8
* | | | | net: tcp: deal with listen sockets properly in tcp_abort.Lorenzo Colitti2015-12-221-0/+5
* | | | | RDS: don't pretend to use cpu notifiersSebastian Andrzej Siewior2015-12-221-25/+6
* | | | | net-sysfs: use to_net_dev in net_namespace()Geliang Tang2015-12-221-2/+2
|/ / / /
* | | | tcp: diag: add support for request sockets to tcp_abort()Eric Dumazet2015-12-181-0/+9
* | | | bpf: fix misleading comment in bpf_convert_filterDaniel Borkmann2015-12-181-6/+0
* | | | bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann2015-12-181-3/+16
* | | | bpf: add bpf_skb_load_bytes helperDaniel Borkmann2015-12-181-1/+34
OpenPOWER on IntegriCloud