summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | net: attempt a single high order allocationEric Dumazet2014-08-291-14/+16
| |/ |/|
* | net-timestamp: TCP timestampingWillem de Bruijn2014-08-051-2/+11
* | net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn2014-08-051-0/+3
* | net-timestamp: move timestamp flags out of sk_flagsWillem de Bruijn2014-08-051-23/+2
* | net: filter: simplify socket chargingAlexei Starovoitov2014-08-021-2/+7
* | net: remove deprecated syststamp timestampWillem de Bruijn2014-07-291-4/+0
* | sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru2014-07-231-1/+1
* | net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2014-05-231-2/+2
* | net: Add variants of capable for use on on socketsEric W. Biederman2014-04-241-0/+49
* | net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-2/+2
|/
* tcp: tcp_release_cb() should release socket ownershipEric Dumazet2014-03-111-1/+4
* net: use __GFP_NORETRY for high order allocationsEric Dumazet2014-02-061-2/+4
* net: introduce SO_BPF_EXTENSIONSMichal Sekletar2014-01-181-0/+4
* net: allow > 0 order atomic page alloc in skb_page_frag_refillMichael Dalton2014-01-161-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-01-051-13/+1
|\
| * net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann2014-01-031-1/+1
| * net: net_cls: move cgroupfs classid handling into coreDaniel Borkmann2014-01-031-12/+0
* | socket: cleanupsstephen hemminger2014-01-031-19/+2
* | net: unix: allow set_peek_off to failSasha Levin2013-12-101-1/+1
|/
* net: remove function sk_reset_txq()ZHAO Gang2013-10-221-6/+0
* net: refactor sk_page_frag_refill()Eric Dumazet2013-10-181-4/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-081-0/+1
|\
| * pkt_sched: fq: fix non TCP flows pacingEric Dumazet2013-10-081-0/+1
* | net: introduce SO_MAX_PACING_RATEEric Dumazet2013-09-281-0/+12
|/
* net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet2013-08-101-49/+51
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-031-3/+3
|\
| * net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2013-08-011-3/+3
* | netem: Introduce skb_orphan_partial() helperEric Dumazet2013-07-311-0/+19
* | net: Provide a generic socket error queue delivery method for Tx time stamps.Richard Cochran2013-07-221-0/+47
|/
* net: rename busy poll socket op and globalsEliezer Tamir2013-07-101-3/+3
* net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2013-07-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-031-15/+2
|\
| * net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan2013-06-261-15/+2
* | net: poll/select low latency socket supportEliezer Tamir2013-06-251-1/+1
* | net: add socket option for low latency pollingEliezer Tamir2013-06-171-0/+20
* | net: add low latency socket pollEliezer Tamir2013-06-101-0/+6
|/
* net/core/sock.c: add missing VSOCK string in af_family_*_key_stringsFederico Vaga2013-05-281-3/+3
* ipv6: do not clear pinet6 fieldEric Dumazet2013-05-111-12/+0
* netprio_cgroup: remove task_struct parameter from sock_update_netprio()Zefan Li2013-04-091-3/+3
* cls_cgroup: remove task_struct parameter from sock_update_classid()Zefan Li2013-04-091-3/+3
* net: add option to enable error queue packets waking selectKeller, Jacob E2013-03-311-0/+8
* net: remove redundant ifdef CONFIG_CGROUPSZefan Li2013-03-211-2/+0
* sock: only define socket limit if mem cgroup configuredstephen hemminger2013-02-221-0/+2
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-1/+1
* net: remove redundant check for timer pending state before del_timerYing Xue2013-02-041-1/+1
* soreuseport: infrastructureTom Herbert2013-01-231-0/+7
* sk-filter: Add ability to lock a socket filter programVincent Bernat2013-01-171-0/+11
* net: devnet_rename_seq should be a seqcountEric Dumazet2012-12-211-2/+2
* sockopt: Change getsockopt() of SO_BINDTODEVICE to return an interface nameBrian Haley2012-11-261-4/+60
OpenPOWER on IntegriCloud