summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-033-7/+11
|\
| * gre: fix a possible skb leakEric Dumazet2013-06-251-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-06-241-4/+8
| |\
| | * netfilter: ipt_ULOG: fix incorrect setting of ulog timerGao feng2013-06-241-4/+8
| * | ipv4: Fixed MD5 key lookups when adding/ removing MD5 to/ from TCP sockets.Aydin Arik2013-06-191-2/+2
* | | net: gre: move GSO functions to gre_offloadDaniel Borkmann2013-07-033-103/+131
* | | ip_tunnels: Use skb-len to PMTU check.Pravin B Shelar2013-07-021-44/+55
* | | ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2013-07-021-1/+2
* | | ipip: fix a regression in ioctlCong Wang2013-07-021-5/+7
* | | vti: remove duplicated code to fix a memory leakCong Wang2013-07-011-7/+0
* | | gre: fix a regression in ioctlCong Wang2013-07-011-4/+5
* | | ipv4: use next hop exceptions also for input routesTimo Teräs2013-06-282-16/+52
* | | netlink: fix splat in skb_clone with large messagesPablo Neira2013-06-271-1/+1
* | | sit: add support of x-netnsNicolas Dichtel2013-06-271-1/+9
* | | sit: fix 4in4 + IPsec scenarioNicolas Dichtel2013-06-261-1/+1
* | | inet: frag , remove an empty ifdef.Rami Rosen2013-06-191-2/+0
* | | tcp: introduce a per-route knob for quick ackCong Wang2013-06-192-3/+8
* | | tcp:typo unset should be unsentWeiping Pan2013-06-191-1/+1
* | | ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar2013-06-194-26/+47
* | | ip_tunnels: extend iptunnel_xmit()Pravin B Shelar2013-06-193-30/+98
* | | gre: export gre_handle_offloads() function.Pravin B Shelar2013-06-192-32/+31
* | | gre: export gre_build_header() function.Pravin B Shelar2013-06-192-39/+33
* | | gre: Allow multiple protocol listener for gre protocol.Pravin B Shelar2013-06-192-151/+243
* | | gre: Simplify gre protocol registration locking.Pravin B Shelar2013-06-191-27/+13
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-192-4/+3
|\ \ \ | |/ /
| * | ip_tunnel: remove __net_init/exit from exported functionsEric Dumazet2013-06-131-2/+2
| * | net/ipv4: ip_vti clear skb cb before tunneling.Saurabh Mohan2013-06-131-2/+1
| |/
* | tcp: properly send new data in fast recovery in first RTTYuchung Cheng2013-06-132-26/+20
* | net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-134-21/+22
* | net: ping_check_bind_addr() etc. can be staticWu Fengguang2013-06-131-4/+4
* | udp: fix two sparse errorsEric Dumazet2013-06-121-2/+2
* | gro: remove a sparse errorEric Dumazet2013-06-121-1/+1
* | igmp: fix new sparse errorsEric Dumazet2013-06-121-4/+4
* | net: udp4: move GSO functions to udp_offloadDaniel Borkmann2013-06-124-82/+104
* | igmp: remove unnecessary in_device member zeroingShawn Bohrer2013-06-121-4/+0
* | igmp: hash a hash table to speedup ip_check_mc_rcu()Eric Dumazet2013-06-122-3/+71
* | net: remove last caller of skb_tail_offset() and itselfCong Wang2013-06-101-7/+1
* | tcp: add low latency socket poll support.Eliezer Tamir2013-06-102-0/+7
* | udp: add low latency socket poll supportEliezer Tamir2013-06-101-1/+5
* | net: add low latency socket pollEliezer Tamir2013-06-101-0/+1
* | net: tcp: move GRO/GSO functions to tcp_offloadDaniel Borkmann2013-06-075-318/+336
* | net: minor: tcp: use tcp_skb_mss helper in tcp_tso_segmentDaniel Borkmann2013-06-071-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-06-062-1/+7
|\ \
| * | netfilter: {ipt,ebt}_ULOG: rise warning on deprecationPablo Neira Ayuso2013-05-232-1/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-053-4/+11
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-05-301-2/+4
| |\ \
| | * | netfilter: ipt_ULOG: fix non-null terminated string in the nf_log pathChen Gang2013-05-231-2/+4
| * | | ipv4: fix redirect handling for TCP packetsMichal Kubecek2013-05-271-1/+6
| * | | ip_tunnel: fix kernel panic with icmp_dest_unreachEric Dumazet2013-05-251-1/+1
* | | | ping: always initialize ->sin6_scope_id and ->sin6_flowinfoCong Wang2013-06-041-3/+3
OpenPOWER on IntegriCloud