aboutsummaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)Author
2015-06-11net: don't wait for order-3 page allocationShaohua Li
2015-06-10net, swap: Remove a warning and clarify why sk_mem_reclaim is required when d...Mel Gorman
2015-05-04Revert "net: kernel socket should be released in init_net namespace"Herbert Xu
2015-04-12tcp: do not cache align timewait socketsEric Dumazet
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org
2015-03-23net: Move the comment about unsettable socket-level options to default clause...YOSHIFUJI Hideaki/吉藤英明
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet
2015-03-16net: kernel socket should be released in init_net namespaceYing Xue
2015-03-16inet: factorize sock_edemux()/sock_gen_put() codeEric Dumazet
2015-03-12inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV stateEric Dumazet
2015-03-12net: add req_prot_cleanup() & req_prot_init() helpersEric Dumazet
2015-03-12net: Kill hold_net release_netEric W. Biederman
2015-03-11net: add real socket cookiesEric Dumazet
2015-03-10net: add comment for sock_efree() usageOliver Hartkopp
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-03-02net: add common accessor for setting dropcount on packetsEyal Birger
2015-02-02net-timestamp: no-payload only sysctlWillem de Bruijn
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-12-05net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov
2014-11-25crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller
2014-10-14net: Trap attempts to call sock_kfree_s() with a NULL pointer.David S. Miller
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2014-09-28net_dma: simple removalDan Williams
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-19net: add alloc_skb_with_frags() helperEric Dumazet
2014-09-08net: fix skb_page_frag_refill() kerneldocEric Dumazet
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-05net: merge cases where sock_efree and sock_edemux are the same functionAlexander Duyck
2014-09-05net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck
2014-09-05net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida
2014-09-01sock: deduplicate errqueue dequeueWillem de Bruijn
2014-08-29net: attempt a single high order allocationEric Dumazet
2014-08-22net: remove dead code after sk_data_ready changeEric Dumazet
2014-08-05net-timestamp: TCP timestampingWillem de Bruijn
2014-08-05net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn
2014-08-05net-timestamp: move timestamp flags out of sk_flagsWillem de Bruijn
2014-08-02net: filter: simplify socket chargingAlexei Starovoitov
2014-07-29net: remove deprecated syststamp timestampWillem de Bruijn
2014-07-23sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert
2014-04-24net: Add variants of capable for use on on socketsEric W. Biederman
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-03-11tcp: tcp_release_cb() should release socket ownershipEric Dumazet
2014-02-06net: use __GFP_NORETRY for high order allocationsEric Dumazet
2014-01-18net: introduce SO_BPF_EXTENSIONSMichal Sekletar