aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAge
* tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell2014-08-14
* net-timestamp: sock_tx_timestamp() fixEric Dumazet2014-08-06
* 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-timestamp: extend SCM_TIMESTAMPING ancillary data structWillem de Bruijn2014-08-05
* net: remove deprecated syststamp timestampWillem de Bruijn2014-07-29
* sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru2014-07-23
* udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.David Held2014-07-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-16
|\
| * net: fix sparse warning in sk_dst_set()Eric Dumazet2014-07-02
| * ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet2014-07-01
* | net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert2014-07-08
* | inet: move ipv6only in sock_commonEric Dumazet2014-07-02
|/
* ipv4: fix dst race in sk_dst_get()Eric Dumazet2014-06-25
* 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
* net: filter: move filter accounting to filter coreDaniel Borkmann2014-03-31
* net: Rename skb->rxhash to skb->hashTom Herbert2014-03-26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-14
|\
| * tcp: tcp_release_cb() should release socket ownershipEric Dumazet2014-03-11
| * net: Improve SO_TIMESTAMPING documentation and fix a minor code bugAndrew Lutomirski2014-03-06
* | net: add a pre-check of net_ns in sk_change_net()Gu Zheng2014-03-10
|/
* 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
* | socket: cleanupsstephen hemminger2014-01-03
* | net, rps: fix build failure when CONFIG_RPS isn't setZhi Yong Wu2013-12-31
* | net: Allow setting sock flow hash without a sockTom Herbert2013-12-31
|/
* tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling.Eric W. Biederman2013-12-05
* net: Dereference pointer-value of sk_prot->memory_pressureChristoph Paasch2013-10-23
* net: remove function sk_reset_txq()ZHAO Gang2013-10-22
* tcp_memcontrol: Kill struct tcp_memcontrolEric W. Biederman2013-10-21
* ipv6: make lookups simpler and fasterEric Dumazet2013-10-09
* tcp/dccp: remove twchainEric Dumazet2013-10-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-08
|\
| * net: fix unsafe set_memory_rw from softirqAlexei Starovoitov2013-10-07
* | udp: ipv4: Add udp early demuxShawn Bohrer2013-10-08
* | inet: consolidate INET_TW_MATCHEric Dumazet2013-10-03
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-01
|\|
| * vxlan: Use RCU apis to access sk_user_data.Pravin B Shelar2013-09-30
* | net: add missing sk_max_pacing_rate docEric Dumazet2013-10-01
* | net: introduce SO_MAX_PACING_RATEEric Dumazet2013-09-28
* | sock.h: Remove extern from function prototypesJoe Perches2013-09-23
|/
* tcp: TSO packets automatic sizingEric Dumazet2013-08-29
* 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
* | tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet2013-07-24
* | net: add sk_stream_is_writeable() helperEric Dumazet2013-07-24