aboutsummaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)Author
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2014-09-28net_dma: simple removalDan Williams
2014-09-09net-timestamp: optimize sock_tx_timestamp default pathWillem de Bruijn
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-05net: merge cases where sock_efree and sock_edemux are the same functionAlexander Duyck
2014-09-05net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck
2014-09-05net-timestamp: only report sw timestamp if reporting bit is setWillem de Bruijn
2014-09-01sock: deduplicate errqueue dequeueWillem de Bruijn
2014-08-14tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell
2014-08-06net-timestamp: sock_tx_timestamp() fixEric Dumazet
2014-08-05net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn
2014-08-05net-timestamp: move timestamp flags out of sk_flagsWillem de Bruijn
2014-08-05net-timestamp: extend SCM_TIMESTAMPING ancillary data structWillem de Bruijn
2014-07-29net: remove deprecated syststamp timestampWillem de Bruijn
2014-07-23sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru
2014-07-16udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.David Held
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-07net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert
2014-07-02net: fix sparse warning in sk_dst_set()Eric Dumazet
2014-07-01inet: move ipv6only in sock_commonEric 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