aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-02sock: correctly test SOCK_TIMESTAMP in sock_recv_ts_and_drops()Eric Dumazet1-1/+1
2017-03-30sock: avoid dirtying sk_stamp, if possiblePaolo Abeni1-1/+4
2017-03-22sock: introduce SO_MEMINFO getsockoptJosh Hunt1-0/+2
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+6
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-3/+6
2017-03-08net: use proper lockdep annotation in __sk_dst_set()Eric Dumazet1-5/+2
2017-03-02net: Introduce sk_clone_lock() error path routineArnaldo Carvalho de Melo1-0/+1
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2017-02-07net: add dst_pending_confirm flag to skbuffJulian Anastasov1-0/+14
2017-02-07sock: add sk_dst_pending_confirm flagJulian Anastasov1-0/+12
2017-02-07udp: properly cope with csum errorsEric Dumazet1-1/+3
2017-01-27net: adjust skb->truesize in pskb_expand_head()Eric Dumazet1-1/+1
2017-01-20sock: use hlist_entry_safeGeliang Tang1-2/+1
2017-01-09smc: netlink interface for SMC socketsUrsula Braun1-0/+3
2017-01-09net: introduce keepalive function in struct protoUrsula Braun1-0/+1
2016-12-25ktime: Get rid of the unionThomas Gleixner1-2/+2
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2016-12-08net: do not read sk_drops if application does not careEric Dumazet1-1/+2
2016-12-08net: rfs: add a jump labelEric Dumazet1-11/+14
2016-12-07net: sock_rps_record_flow() is for connected socketsEric Dumazet1-1/+11
2016-12-05make skb_add_data,{_nocache}() and skb_copy_to_page_nocache() advance only on successAl Viro1-3/+3
2016-12-05net: reorganize struct sock for better data localityEric Dumazet1-24/+27
2016-12-02bpf: Add support for reading socket family, type, protocolDavid Ahern1-0/+15
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong1-3/+5
2016-11-04net: core: Add a UID field to struct sock.Lorenzo Colitti1-0/+7
2016-11-03dccp: do not release listeners too soonEric Dumazet1-2/+2
2016-10-31net: set SK_MEM_QUANTUM to 4096Eric Dumazet1-6/+17
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2016-10-26doc: update docbook annotations for socket and skbStephen Hemminger1-1/+3
2016-10-22net/socket: factor out helpers for memory and queue manipulationPaolo Abeni1-0/+4
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+10
2016-09-17net: avoid sk_forward_alloc overflowsEric Dumazet1-0/+10
2016-08-23net: remove clear_sk() methodEric Dumazet1-1/+0
2016-08-23udp: get rid of sk_prot_clear_portaddr_nulls()Eric Dumazet1-2/+0
2016-08-18bpf: get rid of cgroup helper related ifdefsDaniel Borkmann1-0/+10
2016-07-13dccp: limit sk_filter trim to payloadWillem de Bruijn1-1/+7
2016-05-20net: sock: move ->sk_shutdown out of bitfields.Andrey Ryabinin1-1/+8
2016-05-04tcp: fix lockdep splat in tcp_snd_una_update()Eric Dumazet1-1/+6
2016-05-03net: add __sock_wfree() helperEric Dumazet1-0/+1
2016-05-02tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet1-0/+11
2016-04-27net: SOCKWQ_ASYNC_WAITDATA optimizationsEric Dumazet1-2/+4
2016-04-27net: SOCKWQ_ASYNC_NOSPACE optimizationsEric Dumazet1-0/+6
2016-04-25soreuseport: Resolve merge conflict for v4/v6 ordering fixCraig Gallek1-1/+5
2016-04-25sock: relax WARN_ON() in sock_owned_by_user()Eric Dumazet1-1/+1
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2016-04-14soreuseport: fix ordering for mixed v4/v6 socketsCraig Gallek1-1/+5
2016-04-13net: force inlining of netif_tx_start/stop_queue, sock_hold, __sock_putDenys Vlasenko1-2/+2
2016-04-13sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa1-15/+29
2016-04-07net: Fix build failure due to lockdep_sock_is_held().David S. Miller1-0/+2