aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org1-0/+2
2015-02-12memcg: cleanup static keys decrementVladimir Davydov1-5/+0
2015-02-08net: rfs: add hash collision detectionEric Dumazet1-23/+1
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller1-10/+8
2015-02-04ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro1-10/+8
2015-02-02net-timestamp: no-payload only sysctlWillem de Bruijn1-0/+1
2015-01-28net: remove sock_iocbChristoph Hellwig1-23/+0
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-33/+12
2014-12-10mm: 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-19bury 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-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+15
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds1-18/+1
2014-09-28net_dma: simple removalDan Williams1-18/+1
2014-09-09net-timestamp: optimize sock_tx_timestamp default pathWillem de Bruijn1-1/+9
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2014-09-05net: merge cases where sock_efree and sock_edemux are the same functionAlexander Duyck1-0/+4
2014-09-05net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck1-0/+1
2014-09-05net-timestamp: only report sw timestamp if reporting bit is setWillem de Bruijn1-3/+1
2014-09-01sock: deduplicate errqueue dequeueWillem de Bruijn1-0/+1
2014-08-14tcp: 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-05net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn1-0/+2
2014-08-05net-timestamp: move timestamp flags out of sk_flagsWillem de Bruijn1-18/+11
2014-08-05net-timestamp: extend SCM_TIMESTAMPING ancillary data structWillem de Bruijn1-1/+3
2014-07-29net: remove deprecated syststamp timestampWillem de Bruijn1-8/+3
2014-07-23sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru1-3/+2
2014-07-16udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.David Held1-0/+14
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+6
2014-07-07net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert1-0/+11
2014-07-02net: fix sparse warning in sk_dst_set()Eric Dumazet1-1/+1
2014-07-01inet: move ipv6only in sock_commonEric Dumazet1-1/+3
2014-06-30ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet1-6/+6
2014-06-25ipv4: fix dst race in sk_dst_get()Eric Dumazet1-2/+2
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert1-2/+4
2014-04-24net: Add variants of capable for use on on socketsEric W. Biederman1-0/+5
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-1/+1
2014-03-31net: filter: move filter accounting to filter coreDaniel Borkmann1-27/+0
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert1-2/+2
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2014-03-11tcp: tcp_release_cb() should release socket ownershipEric Dumazet1-0/+5
2014-03-10net: add a pre-check of net_ns in sk_change_net()Gu Zheng1-2/+6
2014-03-06net: Improve SO_TIMESTAMPING documentation and fix a minor code bugAndrew Lutomirski1-1/+0
2014-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2014-01-03socket: cleanupsstephen hemminger1-2/+0