summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
* net: Kill sock->sk_protinfoDavid Miller2015-06-281-2/+0
* net: Update out-of-date commentZhaowei Yuan2015-06-211-1/+0
* sock_diag: define destruction multicast groupsCraig Gallek2015-06-151-0/+1
* tcp: add a force_schedule argument to sk_stream_alloc_skb()Eric Dumazet2015-05-211-1/+2
* net: fix sk_mem_reclaim_partial()Eric Dumazet2015-05-171-3/+3
* net: kill sk_change_net and sk_release_kernelEric W. Biederman2015-05-111-17/+0
* net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman2015-05-111-0/+2
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* Merge branch 'iocb' into for-davemAl Viro2015-04-091-1/+0
|\
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-061-0/+2
|\ \
| * | ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-061-0/+2
| |/
* | net: increase sk_[max_]ack_backlogEric Dumazet2015-03-201-2/+2
* | net: add sk_fullsock() helperEric Dumazet2015-03-161-0/+9
* | inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV stateEric Dumazet2015-03-121-1/+1
* | net: Introduce possible_net_tEric W. Biederman2015-03-121-3/+1
* | net: Kill hold_net release_netEric W. Biederman2015-03-121-1/+1
* | net: add real socket cookiesEric Dumazet2015-03-111-0/+3
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-9/+7
* | net: move skb->dropcount to skb->cb[]Eyal Birger2015-03-021-2/+16
* | net: add common accessor for setting dropcount on packetsEyal Birger2015-03-021-0/+6
* | net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger2015-03-021-0/+3
|/
* memcg: cleanup static keys decrementVladimir Davydov2015-02-121-5/+0
* net: rfs: add hash collision detectionEric Dumazet2015-02-081-23/+1
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2015-02-041-10/+8
|\
| * ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro2015-02-041-10/+8
* | net-timestamp: no-payload only sysctlWillem de Bruijn2015-02-021-0/+1
|/
* net: remove sock_iocbChristoph Hellwig2015-01-281-23/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-131-0/+1
|\
| * crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann2014-11-251-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111-33/+12
|\ \
| * | bury skb_copy_to_page()Al Viro2014-11-191-23/+0
| * | net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-111-7/+0
| * | net: introduce SO_INCOMING_CPUEric Dumazet2014-11-111-0/+12
| * | sock.h: Remove unused NETDEBUG macroJoe Perches2014-11-061-3/+0
| |/
* | mm: memcontrol: lockless page countersJohannes Weiner2014-12-101-17/+9
* | sched, net: Clean up sk_wait_event() vs. might_sleep()Peter Zijlstra2014-10-281-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-081-1/+15
|\
| * net-timestamp: optimize sock_tx_timestamp default pathWillem de Bruijn2014-09-091-1/+9
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-071-3/+1
| |\
| * | net: merge cases where sock_efree and sock_edemux are the same functionAlexander Duyck2014-09-051-0/+4
| * | net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck2014-09-051-0/+1
| * | sock: deduplicate errqueue dequeueWillem de Bruijn2014-09-011-0/+1
* | | Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-10-071-18/+1
|\ \ \ | |_|/ |/| |
| * | net_dma: simple removalDan Williams2014-09-281-18/+1
* | | net-timestamp: only report sw timestamp if reporting bit is setWillem de Bruijn2014-09-051-3/+1
| |/ |/|
* | tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell2014-08-141-1/+0
* | net-timestamp: sock_tx_timestamp() fixEric Dumazet2014-08-061-2/+4
* | net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn2014-08-051-0/+2
* | net-timestamp: move timestamp flags out of sk_flagsWillem de Bruijn2014-08-051-18/+11