summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2013-08-01net: split rt_genid for ipv4 and ipv6fan.du3-5/+34
2013-07-31tcp: Remove unused tcpct declarations and commentsDmitry Popov1-4/+0
2013-07-319p: client: remove unused code and any reference to "cancelled" functionAndi Shyti1-3/+0
2013-07-28pktgen: Add UDPCSUM flag to support UDP checksumsThomas Graf1-0/+1
2013-07-28VSOCK: Move af_vsock.h and vsock_addr.h to include/netAsias He2-0/+205
2013-07-28net/sctp: Refactor SCTP skb checksum computationJoe Stringer1-0/+15
2013-07-25tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet2-6/+27
2013-07-25net: add sk_stream_is_writeable() helperEric Dumazet1-0/+4
2013-07-25net: sctp: trivial: update mailing list addressDaniel Borkmann9-9/+9
2013-07-23tcp: prefer packet timing to TS-ECR for RTTYuchung Cheng1-1/+0
2013-07-23tcp: consolidate SYNACK RTT samplingYuchung Cheng1-9/+0
2013-07-23net: Provide a generic socket error queue delivery method for Tx time stamps.Richard Cochran1-0/+2
2013-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-14/+16
2013-07-11Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/sc...Linus Torvalds1-0/+6
2013-07-11net: rename busy poll socket op and globalsEliezer Tamir1-4/+4
2013-07-11net: rename ll methods to busy-pollEliezer Tamir1-10/+12
2013-07-11net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir1-0/+0
2013-07-09net/fs: change busy poll time accountingEliezer Tamir1-37/+18
2013-07-09net: rename low latency sockets functions to busy pollEliezer Tamir1-22/+24
2013-07-089P: Add cancelled() to the transport functions.Simon Derr1-0/+3
2013-07-08net/9p: add privport option to 9p tcp transportJim Garlick1-0/+3
2013-07-04net: sock: fix TCP_SKB_MIN_TRUESIZEEric Dumazet1-1/+1
2013-07-04net: gre: move GSO functions to gre_offloadDaniel Borkmann1-0/+4
2013-07-03net: lls fix build with allnoconfigEliezer Tamir1-3/+3
2013-07-03net: convert lls to use time_in_range()Eliezer Tamir1-9/+17
2013-07-02ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa1-0/+1
2013-07-02ipv4: remove fib_update_nh_saddrs() declaration.Rami Rosen1-1/+0
2013-07-02net: sctp: prevent checksum.h from double inclusionDaniel Borkmann1-0/+5
2013-07-02ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang1-0/+3
2013-07-02net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann1-75/+0
2013-07-02net: avoid calling sched_clock when LLS is offEliezer Tamir1-2/+15
2013-07-02net: fix LLS debug_smp_processor_id() warningEliezer Tamir1-5/+25
2013-07-02Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller5-28/+52
2013-07-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2-36/+50
2013-06-29ipv4: use next hop exceptions also for input routesTimo Teräs1-1/+2
2013-06-29ipv6: resend MLD report if a link-local address completes DADHannes Frederic Sowa2-0/+3
2013-06-29ipv6: introduce per-interface counter for dad-completed ipv6 addressesHannes Frederic Sowa1-0/+1
2013-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-28/+52
2013-06-28sit: add support of x-netnsNicolas Dichtel1-0/+1
2013-06-26netns: exclude ipvs from struct net when IPVS disabledJunweiZhang1-0/+2
2013-06-26ipvs: add sync_persist_mode flagJulian Anastasov1-0/+11
2013-06-26ipvs: replace the SCTP state machineJulian Anastasov1-10/+11
2013-06-26ipvs: sloppy TCP and SCTPAlexander Frolkin1-0/+24
2013-06-26ipvs: provide iph to schedulersJulian Anastasov1-26/+2
2013-06-26net: poll/select low latency socket supportEliezer Tamir1-13/+22
2013-06-26net: sctp: migrate cookie life from timeval to ktimeDaniel Borkmann2-21/+3
2013-06-26net: sctp: remove TEST_FRAME ifdefDaniel Borkmann1-7/+0
2013-06-26ipv6: split duplicate address detection and router solicitation timerHannes Frederic Sowa1-2/+6
2013-06-25tcp: remove invalid __rcu annotationEric Dumazet1-3/+3
2013-06-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville3-20/+12