summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorLines
2017-07-12socket: add documentation for missing elementsstephen hemminger-0/+3
2017-07-08net/sock: add WARN_ON(parent->sk) in sock_graft()Sowmini Varadhan-0/+1
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-36/+29
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena-8/+9
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena-4/+4
2017-06-21sock: avoid dirtying incoming_cpu if not neededPaolo Abeni-1/+4
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet-20/+2
2017-05-18Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet-5/+4
2017-05-16tcp: internal implementation for pacingEric Dumazet-1/+8
2017-05-16net/sock: factor out dequeue/peek with offset codePaolo Abeni-2/+2
2017-05-16net: fix some identation issues at kernel-doc markupsMauro Carvalho Chehab-5/+4
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-1/+1
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney-1/+1
2017-04-02sock: correctly test SOCK_TIMESTAMP in sock_recv_ts_and_drops()Eric Dumazet-1/+1
2017-03-30sock: avoid dirtying sk_stamp, if possiblePaolo Abeni-1/+4
2017-03-22sock: introduce SO_MEMINFO getsockoptJosh Hunt-0/+2
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+6
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells-3/+6
2017-03-08net: use proper lockdep annotation in __sk_dst_set()Eric Dumazet-5/+2
2017-03-02net: Introduce sk_clone_lock() error path routineArnaldo Carvalho de Melo-0/+1
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+3
2017-02-07net: add dst_pending_confirm flag to skbuffJulian Anastasov-0/+14
2017-02-07sock: add sk_dst_pending_confirm flagJulian Anastasov-0/+12
2017-02-07udp: properly cope with csum errorsEric Dumazet-1/+3
2017-01-27net: adjust skb->truesize in pskb_expand_head()Eric Dumazet-1/+1
2017-01-20sock: use hlist_entry_safeGeliang Tang-2/+1
2017-01-09smc: netlink interface for SMC socketsUrsula Braun-0/+3
2017-01-09net: introduce keepalive function in struct protoUrsula Braun-0/+1
2016-12-25ktime: Get rid of the unionThomas Gleixner-2/+2
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-3/+3
2016-12-08net: do not read sk_drops if application does not careEric Dumazet-1/+2
2016-12-08net: rfs: add a jump labelEric Dumazet-11/+14
2016-12-07net: sock_rps_record_flow() is for connected socketsEric Dumazet-1/+11
2016-12-05make skb_add_data,{_nocache}() and skb_copy_to_page_nocache() advance only on...Al Viro-3/+3
2016-12-05net: reorganize struct sock for better data localityEric Dumazet-24/+27
2016-12-02bpf: Add support for reading socket family, type, protocolDavid Ahern-0/+15
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong-3/+5
2016-11-04net: core: Add a UID field to struct sock.Lorenzo Colitti-0/+7
2016-11-03dccp: do not release listeners too soonEric Dumazet-2/+2
2016-10-31net: set SK_MEM_QUANTUM to 4096Eric Dumazet-6/+17
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+3
2016-10-26doc: update docbook annotations for socket and skbStephen Hemminger-1/+3
2016-10-22net/socket: factor out helpers for memory and queue manipulationPaolo Abeni-0/+4
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+10
2016-09-17net: avoid sk_forward_alloc overflowsEric Dumazet-0/+10
2016-08-23net: remove clear_sk() methodEric Dumazet-1/+0
2016-08-23udp: get rid of sk_prot_clear_portaddr_nulls()Eric Dumazet-2/+0
2016-08-18bpf: get rid of cgroup helper related ifdefsDaniel Borkmann-0/+10