Age | Commit message (Expand) | Author |
2017-08-29 | neigh: increase queue_len_bytes to match wmem_default | Eric Dumazet |
2017-08-23 | net/sock: allow the user to set negative peek offset | Paolo Abeni |
2017-08-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2017-08-03 | sock: add SOCK_ZEROCOPY sockopt | Willem de Bruijn |
2017-08-03 | sock: add MSG_ZEROCOPY | Willem de Bruijn |
2017-08-03 | sock: allocate skbs from optmem | Willem de Bruijn |
2017-08-02 | net: Allow IPsec GSO for local sockets | Steffen Klassert |
2017-08-01 | proto_ops: Add locked held versions of sendmsg and sendpage | Tom Herbert |
2017-07-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2017-07-03 | Merge tag 'docs-4.13' of git://git.lwn.net/linux | Linus Torvalds |
2017-07-01 | net: convert sock.sk_refcnt from atomic_t to refcount_t | Reshetova, Elena |
2017-07-01 | net: convert sock.sk_wmem_alloc from atomic_t to refcount_t | Reshetova, Elena |
2017-06-21 | net: introduce SO_PEERGROUPS getsockopt | David Herrmann |
2017-06-08 | tcp: add TCPMemoryPressuresChrono counter | Eric Dumazet |
2017-05-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-05-17 | net: fix compile error in skb_orphan_partial() | Eric Dumazet |
2017-05-16 | tcp: internal implementation for pacing | Eric Dumazet |
2017-05-16 | net: fix some identation issues at kernel-doc markups | Mauro Carvalho Chehab |
2017-05-11 | netem: fix skb_orphan_partial() | Eric Dumazet |
2017-05-08 | treewide: convert PF_MEMALLOC manipulations to new helpers | Vlastimil Babka |
2017-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2017-04-11 | sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current... | NeilBrown |
2017-04-08 | New getsockopt option to get socket cookie | Chenbo Feng |
2017-03-30 | sock: avoid dirtying sk_stamp, if possible | Paolo Abeni |
2017-03-24 | net: Introduce SO_INCOMING_NAPI_ID | Sridhar Samudrala |
2017-03-24 | net: Commonize busy polling code to focus on napi_id instead of socket | Sridhar Samudrala |
2017-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-03-22 | socket, bpf: fix sk_filter use after free in sk_clone_lock | Daniel Borkmann |
2017-03-22 | sock: introduce SO_MEMINFO getsockopt | Josh Hunt |
2017-03-15 | net: properly release sk_frag.page | Eric Dumazet |
2017-03-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-03-09 | net: Work around lockdep limitation in sockets that use sockets | David Howells |
2017-03-09 | net/socket: use per af lockdep classes for sk queues | Paolo Abeni |
2017-03-02 | net: Introduce sk_clone_lock() error path routine | Arnaldo Carvalho de Melo |
2017-02-21 | net: sock: Use USEC_PER_SEC macro instead of literal 1000000 | Gao Feng |
2017-02-07 | sock: add sk_dst_pending_confirm flag | Julian Anastasov |
2017-01-12 | net: fix AF_SMC related typo | Ursula Braun |
2017-01-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-01-10 | net: add the AF_QIPCRTR entries to family name tables | Anna, Suman |
2017-01-09 | smc: establish new socket family | Ursula Braun |
2017-01-09 | net: introduce keepalive function in struct proto | Ursula Braun |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds |
2016-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-12-02 | net: avoid signed overflows for SO_{SND|RCV}BUFFORCE | Eric Dumazet |
2016-11-30 | tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING | Francis Yan |
2016-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-11-14 | net: fix sleeping for sk_wait_event() | WANG Cong |
2016-11-04 | net: core: Add a UID field to struct sock. | Lorenzo Colitti |
2016-11-03 | dccp: do not release listeners too soon | Eric Dumazet |
2016-10-31 | net: clear sk_err_soft in sk_clone_lock() | Eric Dumazet |