summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | fib_rules: add route suppression based on ifgroupStefan Tomanek2013-08-031-6/+17
| * | | | | | fib_rules: add .suppress operationStefan Tomanek2013-08-011-0/+14
| * | | | | | net: split rt_genid for ipv4 and ipv6fan.du2013-07-311-8/+8
| * | | | | | tcp: Remove unused tcpct declarations and commentsDmitry Popov2013-07-311-4/+0Star
| * | | | | | net: remove an unneeded checkDan Carpenter2013-07-311-4/+1Star
| * | | | | | tcp: add tcp_syncookies mode to allow unconditionally generation of syncookiesHannes Frederic Sowa2013-07-311-2/+3
| * | | | | | ipv4, ipv6: send igmpv3/mld packets with TC_PRIO_CONTROLHannes Frederic Sowa2013-07-281-0/+3
| * | | | | | pktgen: Add UDPCSUM flag to support UDP checksumsThomas Graf2013-07-281-1/+2
| | |_|/ / / | |/| | | |
| * | | | | tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet2013-07-254-0/+18
| * | | | | net: add sk_stream_is_writeable() helperEric Dumazet2013-07-251-2/+2
| * | | | | vti: switch to new ip tunnel codeAmerigo Wang2013-07-241-476/+52Star
| * | | | | ipmr: change the prototype of ip_mr_forward().Rami Rosen2013-07-241-8/+7Star
| * | | | | net: convert resend IGMP to notifier eventJiri Pirko2013-07-241-6/+40
| * | | | | tcp: use RTT from SACK for RTOYuchung Cheng2013-07-231-9/+14
| * | | | | tcp: measure RTT from new SACKYuchung Cheng2013-07-231-6/+17
| * | | | | tcp: prefer packet timing to TS-ECR for RTTYuchung Cheng2013-07-231-49/+18Star
| * | | | | tcp: consolidate SYNACK RTT samplingYuchung Cheng2013-07-233-10/+14
* | | | | | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-056-6/+6
|\ \ \ \ \ \
| * | | | | | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-156-6/+6
* | | | | | | Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-09-041-6/+6
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2013-08-091-6/+6
* | | | | | | ipv4 tunnels: fix an oops when using ipip/sit with IPsecLi Hongjun2013-08-301-3/+2Star
* | | | | | | tcp: tcp_make_synack() should use sock_wmallocPhil Oester2013-08-301-1/+1
* | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-08-293-13/+12Star
|\ \ \ \ \ \ \
| * | | | | | | xfrm: revert ipv4 mtu determination to dst_mtuHannes Frederic Sowa2013-08-261-1/+1
| * | | | | | | xfrm: introduce helper for safe determination of mtuHannes Frederic Sowa2013-08-142-11/+1Star
| * | | | | | | xfrm: make local error reporting more robustHannes Frederic Sowa2013-08-142-2/+11
| | |_|_|_|/ / | |/| | | | |
* | | | | | | ipv4: sendto/hdrincl: don't use destination address found in headerChris Clark2013-08-291-1/+2
* | | | | | | tcp: don't apply tsoffset if rcv_tsecr is zeroAndrew Vagin2013-08-291-3/+6
* | | | | | | tcp: initialize rcv_tstamp for restored socketsAndrew Vagin2013-08-291-0/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | tcp: set timestamps for restored skb-sAndrey Vagin2013-08-201-0/+7
|/ / / / /
* | | | | ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id.Pravin B Shelar2013-08-141-3/+1Star
* | | | | net: rename busy poll MIB counterEliezer Tamir2013-08-091-1/+1
* | | | | ip_gre: fix ipgre_header to return correct offsetTimo Teräs2013-08-091-1/+1
* | | | | tcp: cubic: fix bug in bictcp_acked()Eric Dumazet2013-08-071-1/+1
* | | | | tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet2013-08-071-4/+6
* | | | | fib_trie: remove potential out of bound accessEric Dumazet2013-08-061-4/+1Star
* | | | | net: esp{4,6}: fix potential MTU calculation overflowsDaniel Borkmann2013-08-051-1/+1
| |_|_|/ |/| | |
* | | | net: rtm_to_ifaddr: free ifa if ifa_cacheinfo processing failsDaniel Borkmann2013-08-021-1/+3
* | | | fib_trie: potential out of bounds access in trie_show_stats()Jerry Snitselaar2013-07-251-1/+1
* | | | sysctl net: Keep tcp_syn_retries inside the boundaryMichal Tesar2013-07-201-1/+5
| |_|/ |/| |
* | | ipv4: set transport header earlierEric Dumazet2013-07-161-4/+3Star
| |/ |/|
* | tcp: account all retransmit failuresYuchung Cheng2013-07-131-3/+4
* | gre: Fix MTU sizing check for gretap tunnelsAlexander Duyck2013-07-121-1/+1
* | gso: Update tunnel segmentation to support Tx checksum offloadAlexander Duyck2013-07-112-1/+6
* | inet: fix spacing in assignmentCamelia Groza2013-07-111-1/+1
* | net: rename ll methods to busy-pollEliezer Tamir2013-07-112-2/+2
* | net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2013-07-113-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-1039-1709/+2236
|\
| * net: rename low latency sockets functions to busy pollEliezer Tamir2013-07-091-3/+3