aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
Commit message (Expand)AuthorAge
* net: add comment for sock_efree() usageOliver Hartkopp2015-03-10
* net-timestamp: no-payload only sysctlWillem de Bruijn2015-02-02
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-13
|\
| * crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann2014-11-25
* | net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov2014-12-06
* | net: introduce SO_INCOMING_CPUEric Dumazet2014-11-11
* | net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-05
|/
* net: Trap attempts to call sock_kfree_s() with a NULL pointer.David S. Miller2014-10-14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-08
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-23
| |\
| * | net: add alloc_skb_with_frags() helperEric Dumazet2014-09-19
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-08
| |\ \
| * | | net: merge cases where sock_efree and sock_edemux are the same functionAlexander Duyck2014-09-05
| * | | net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck2014-09-05
| * | | sock: deduplicate errqueue dequeueWillem de Bruijn2014-09-02
| * | | net: remove dead code after sk_data_ready changeEric Dumazet2014-08-23
* | | | Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-10-07
|\ \ \ \ | |_|_|/ |/| | |
| * | | net_dma: simple removalDan Williams2014-09-28
* | | | net: fix skb_page_frag_refill() kerneldocEric Dumazet2014-09-08
| |_|/ |/| |
* | | net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida2014-09-05
* | | net: attempt a single high order allocationEric Dumazet2014-08-29
| |/ |/|
* | net-timestamp: TCP timestampingWillem de Bruijn2014-08-05
* | net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn2014-08-05
* | net-timestamp: move timestamp flags out of sk_flagsWillem de Bruijn2014-08-05
* | net: filter: simplify socket chargingAlexei Starovoitov2014-08-02
* | net: remove deprecated syststamp timestampWillem de Bruijn2014-07-29
* | sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru2014-07-23
* | net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2014-05-23
* | net: Add variants of capable for use on on socketsEric W. Biederman2014-04-24
* | net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-11
|/
* tcp: tcp_release_cb() should release socket ownershipEric Dumazet2014-03-11
* net: use __GFP_NORETRY for high order allocationsEric Dumazet2014-02-07
* net: introduce SO_BPF_EXTENSIONSMichal Sekletar2014-01-18
* net: allow > 0 order atomic page alloc in skb_page_frag_refillMichael Dalton2014-01-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-01-05
|\
| * net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann2014-01-03
| * net: net_cls: move cgroupfs classid handling into coreDaniel Borkmann2014-01-03
* | socket: cleanupsstephen hemminger2014-01-03
* | net: unix: allow set_peek_off to failSasha Levin2013-12-10
|/
* net: remove function sk_reset_txq()ZHAO Gang2013-10-22
* net: refactor sk_page_frag_refill()Eric Dumazet2013-10-18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-08
|\
| * pkt_sched: fq: fix non TCP flows pacingEric Dumazet2013-10-08
* | net: introduce SO_MAX_PACING_RATEEric Dumazet2013-09-28
|/
* net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet2013-08-10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-04
|\
| * net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2013-08-01
* | netem: Introduce skb_orphan_partial() helperEric Dumazet2013-07-31
* | net: Provide a generic socket error queue delivery method for Tx time stamps.Richard Cochran2013-07-22
|/
* net: rename busy poll socket op and globalsEliezer Tamir2013-07-10