summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)Author
2017-03-16net: avoid sk_forward_alloc overflowsEric Dumazet
2017-03-16net: fix sk_mem_reclaim_partial()Eric Dumazet
2017-03-16net/sock: Add sock_efree() functionBen Hutchings
2017-02-23dccp: limit sk_filter trim to payloadWillem de Bruijn
2017-02-23net: Add __sock_queue_rcv_skb()Ben Hutchings
2016-01-25net: fix warnings in 'make htmldocs' by moving macro definition out of field ...Hannes Frederic Sowa
2016-01-04net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2016-01-04sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2015-10-28net: add pfmemalloc check in sk_add_backlog()Eric Dumazet
2015-04-27ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org
2014-10-15tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell
2014-07-02net: fix sparse warning in sk_dst_set()Eric Dumazet
2014-06-30ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet
2014-06-25ipv4: fix dst race in sk_dst_get()Eric Dumazet
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-31net: filter: move filter accounting to filter coreDaniel Borkmann
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-11tcp: tcp_release_cb() should release socket ownershipEric Dumazet
2014-03-10net: add a pre-check of net_ns in sk_change_net()Gu Zheng
2014-03-06net: Improve SO_TIMESTAMPING documentation and fix a minor code bugAndrew Lutomirski
2014-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-01-03socket: cleanupsstephen hemminger
2014-01-03net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann
2013-12-31net, rps: fix build failure when CONFIG_RPS isn't setZhi Yong Wu
2013-12-31net: Allow setting sock flow hash without a sockTom Herbert
2013-12-05tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling.Eric W. Biederman
2013-10-23net: Dereference pointer-value of sk_prot->memory_pressureChristoph Paasch
2013-10-22net: remove function sk_reset_txq()ZHAO Gang
2013-10-21tcp_memcontrol: Kill struct tcp_memcontrolEric W. Biederman
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet
2013-10-08tcp/dccp: remove twchainEric Dumazet
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-08udp: ipv4: Add udp early demuxShawn Bohrer
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov
2013-10-03inet: consolidate INET_TW_MATCHEric Dumazet
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-30net: add missing sk_max_pacing_rate docEric Dumazet
2013-09-30vxlan: Use RCU apis to access sk_user_data.Pravin B Shelar
2013-09-28net: introduce SO_MAX_PACING_RATEEric Dumazet
2013-09-23sock.h: Remove extern from function prototypesJoe Perches
2013-08-29tcp: TSO packets automatic sizingEric Dumazet
2013-08-10net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-01net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang
2013-07-31netem: Introduce skb_orphan_partial() helperEric Dumazet
2013-07-24tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet
2013-07-24net: add sk_stream_is_writeable() helperEric Dumazet