summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorFilesLines
2015-06-29net: Kill sock->sk_protinfoDavid Miller1-2/+0
2015-06-21net: Update out-of-date commentZhaowei Yuan1-1/+0
2015-06-16sock_diag: define destruction multicast groupsCraig Gallek1-0/+1
2015-05-21tcp: add a force_schedule argument to sk_stream_alloc_skb()Eric Dumazet1-1/+2
2015-05-18net: fix sk_mem_reclaim_partial()Eric Dumazet1-3/+3
2015-05-11net: kill sk_change_net and sk_release_kernelEric W. Biederman1-17/+0
2015-05-11net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman1-0/+2
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+1
2015-04-09Merge branch 'iocb' into for-davemAl Viro1-1/+0
2015-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org1-0/+2
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig1-1/+0
2015-03-20net: increase sk_[max_]ack_backlogEric Dumazet1-2/+2
2015-03-16net: add sk_fullsock() helperEric Dumazet1-0/+9
2015-03-13inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV stateEric Dumazet1-1/+1
2015-03-12net: Introduce possible_net_tEric W. Biederman1-3/+1
2015-03-12net: Kill hold_net release_netEric W. Biederman1-1/+1
2015-03-12net: add real socket cookiesEric Dumazet1-0/+3
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-9/+7
2015-03-02net: move skb->dropcount to skb->cb[]Eyal Birger1-2/+16
2015-03-02net: add common accessor for setting dropcount on packetsEyal Birger1-0/+6
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger1-0/+3
2015-02-13memcg: cleanup static keys decrementVladimir Davydov1-5/+0
2015-02-09net: rfs: add hash collision detectionEric Dumazet1-23/+1
2015-02-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller1-10/+8
2015-02-04ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro1-10/+8
2015-02-03net-timestamp: no-payload only sysctlWillem de Bruijn1-0/+1
2015-01-29net: remove sock_iocbChristoph Hellwig1-23/+0
2014-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2014-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-33/+12
2014-12-11mm: memcontrol: lockless page countersJohannes Weiner1-17/+9
2014-11-25crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann1-0/+1
2014-11-20bury skb_copy_to_page()Al Viro1-23/+0
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches1-7/+0
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet1-0/+12
2014-11-06sock.h: Remove unused NETDEBUG macroJoe Perches1-3/+0
2014-10-28sched, net: Clean up sk_wait_event() vs. might_sleep()Peter Zijlstra1-0/+1
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+15
2014-10-08Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-18/+1
2014-09-28net_dma: simple removalDan Williams1-18/+1
2014-09-10net-timestamp: optimize sock_tx_timestamp default pathWillem de Bruijn1-1/+9
2014-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2014-09-06net: merge cases where sock_efree and sock_edemux are the same functionAlexander Duyck1-0/+4
2014-09-06net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck1-0/+1
2014-09-06net-timestamp: only report sw timestamp if reporting bit is setWillem de Bruijn1-3/+1
2014-09-02sock: deduplicate errqueue dequeueWillem de Bruijn1-0/+1
2014-08-15tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell1-1/+0
2014-08-06net-timestamp: sock_tx_timestamp() fixEric Dumazet1-2/+4
2014-08-06net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn1-0/+2
2014-08-06net-timestamp: move timestamp flags out of sk_flagsWillem de Bruijn1-18/+11