aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/sock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+20
2014-12-05net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov1-0/+13
2014-11-25crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann1-4/+20
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet1-0/+5
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-10-14net: Trap attempts to call sock_kfree_s() with a NULL pointer.David S. Miller1-0/+2
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-85/+25
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds1-6/+0
2014-09-28net_dma: simple removalDan Williams1-6/+0
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-09-19net: add alloc_skb_with_frags() helperEric Dumazet1-63/+15
2014-09-08net: fix skb_page_frag_refill() kerneldocEric Dumazet1-1/+1
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+18
2014-09-05net: merge cases where sock_efree and sock_edemux are the same functionAlexander Duyck1-2/+2
2014-09-05net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck1-0/+6
2014-09-05net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida1-2/+2
2014-09-01sock: deduplicate errqueue dequeueWillem de Bruijn1-12/+2
2014-08-29net: attempt a single high order allocationEric Dumazet1-14/+16
2014-08-22net: remove dead code after sk_data_ready changeEric Dumazet1-8/+0
2014-08-05net-timestamp: TCP timestampingWillem de Bruijn1-2/+11
2014-08-05net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn1-0/+3
2014-08-05net-timestamp: move timestamp flags out of sk_flagsWillem de Bruijn1-23/+2
2014-08-02net: filter: simplify socket chargingAlexei Starovoitov1-2/+7
2014-07-29net: remove deprecated syststamp timestampWillem de Bruijn1-4/+0
2014-07-23sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru1-1/+1
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert1-2/+2
2014-04-24net: Add variants of capable for use on on socketsEric W. Biederman1-0/+49
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-2/+2
2014-03-11tcp: tcp_release_cb() should release socket ownershipEric Dumazet1-1/+4
2014-02-06net: use __GFP_NORETRY for high order allocationsEric Dumazet1-2/+4
2014-01-18net: introduce SO_BPF_EXTENSIONSMichal Sekletar1-0/+4
2014-01-16net: allow > 0 order atomic page alloc in skb_page_frag_refillMichael Dalton1-3/+1
2014-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-13/+1
2014-01-03socket: cleanupsstephen hemminger1-19/+2
2014-01-03net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann1-1/+1
2014-01-03net: net_cls: move cgroupfs classid handling into coreDaniel Borkmann1-12/+0
2013-12-10net: unix: allow set_peek_off to failSasha Levin1-1/+1
2013-10-22net: remove function sk_reset_txq()ZHAO Gang1-6/+0
2013-10-18net: refactor sk_page_frag_refill()Eric Dumazet1-4/+23
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-10-08pkt_sched: fq: fix non TCP flows pacingEric Dumazet1-0/+1
2013-09-28net: introduce SO_MAX_PACING_RATEEric Dumazet1-0/+12
2013-08-10net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet1-49/+51
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2013-08-01net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang1-3/+3
2013-07-31netem: Introduce skb_orphan_partial() helperEric Dumazet1-0/+19
2013-07-22net: Provide a generic socket error queue delivery method for Tx time stamps.Richard Cochran1-0/+47
2013-07-10net: rename busy poll socket op and globalsEliezer Tamir1-3/+3
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir1-1/+1
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+2