summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorFilesLines
2014-09-10net-timestamp: optimize sock_tx_timestamp default pathWillem de Bruijn1-1/+9
2014-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2014-09-06net: merge cases where sock_efree and sock_edemux are the same functionAlexander Duyck1-0/+4
2014-09-06net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck1-0/+1
2014-09-06net-timestamp: only report sw timestamp if reporting bit is setWillem de Bruijn1-3/+1
2014-09-02sock: deduplicate errqueue dequeueWillem de Bruijn1-0/+1
2014-08-15tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell1-1/+0
2014-08-06net-timestamp: sock_tx_timestamp() fixEric Dumazet1-2/+4
2014-08-06net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn1-0/+2
2014-08-06net-timestamp: move timestamp flags out of sk_flagsWillem de Bruijn1-18/+11
2014-08-06net-timestamp: extend SCM_TIMESTAMPING ancillary data structWillem de Bruijn1-1/+3
2014-07-29net: remove deprecated syststamp timestampWillem de Bruijn1-8/+3
2014-07-24sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru1-3/+2
2014-07-17udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.David Held1-0/+14
2014-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+6
2014-07-08net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert1-0/+11
2014-07-03net: fix sparse warning in sk_dst_set()Eric Dumazet1-1/+1
2014-07-02inet: move ipv6only in sock_commonEric Dumazet1-1/+3
2014-07-01ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet1-6/+6
2014-06-26ipv4: fix dst race in sk_dst_get()Eric Dumazet1-2/+2
2014-05-24net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert1-2/+4
2014-04-24net: Add variants of capable for use on on socketsEric W. Biederman1-0/+5
2014-04-12net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-1/+1
2014-03-31net: filter: move filter accounting to filter coreDaniel Borkmann1-27/+0
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert1-2/+2
2014-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2014-03-12tcp: tcp_release_cb() should release socket ownershipEric Dumazet1-0/+5
2014-03-11net: add a pre-check of net_ns in sk_change_net()Gu Zheng1-2/+6
2014-03-07net: Improve SO_TIMESTAMPING documentation and fix a minor code bugAndrew Lutomirski1-1/+0
2014-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2014-01-04socket: cleanupsstephen hemminger1-2/+0
2014-01-04net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann1-1/+1
2014-01-01net, rps: fix build failure when CONFIG_RPS isn't setZhi Yong Wu1-0/+4
2013-12-31net: Allow setting sock flow hash without a sockTom Herbert1-4/+14
2013-12-06tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling.Eric W. Biederman1-4/+2
2013-10-24net: Dereference pointer-value of sk_prot->memory_pressureChristoph Paasch1-1/+1
2013-10-22net: remove function sk_reset_txq()ZHAO Gang1-3/+1
2013-10-22tcp_memcontrol: Kill struct tcp_memcontrolEric W. Biederman1-14/+14
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet1-0/+9
2013-10-09tcp/dccp: remove twchainEric Dumazet1-1/+7
2013-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2013-10-09udp: ipv4: Add udp early demuxShawn Bohrer1-1/+1
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov1-4/+2
2013-10-03inet: consolidate INET_TW_MATCHEric Dumazet1-0/+4
2013-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2013-10-01net: add missing sk_max_pacing_rate docEric Dumazet1-0/+1
2013-09-30vxlan: Use RCU apis to access sk_user_data.Pravin B Shelar1-0/+5
2013-09-29net: introduce SO_MAX_PACING_RATEEric Dumazet1-0/+1
2013-09-23sock.h: Remove extern from function prototypesJoe Perches1-124/+99
2013-08-29tcp: TSO packets automatic sizingEric Dumazet1-0/+2