aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-11ipv4: ip_output: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov1-1/+1
2013-05-08gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar2-10/+2
2013-05-06fib_trie: no need to delay vfree()Al Viro1-11/+2
2013-05-06net: frag, fix race conditions in LRU list maintenanceKonstantin Khlebnikov1-0/+1
2013-05-05tcp: do not expire TCP fastopen cookiesEric Dumazet1-6/+9
2013-05-03vxlan: Fix TCPv6 segmentation.Pravin B Shelar1-1/+6
2013-05-03gre: Fix GREv4 TCPv6 segmentation.Pravin B Shelar2-1/+4
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-7/+7
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells1-2/+2
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-04-29tcp: reset timer after any SYNACK retransmitYuchung Cheng1-1/+6
2013-04-29net: Add MIB counters for checksum errorsEric Dumazet7-12/+35
2013-04-29net: defer net_secret[] initializationEric Dumazet1-1/+4
2013-04-25net: ipv4: typo issue, remove erroneous semicolonChen Gang1-1/+1
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-61/+104
2013-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller14-17/+45
2013-04-19netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy2-5/+5
2013-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+7
2013-04-19tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet1-33/+31
2013-04-19netfilter: xt_rpfilter: depend on raw or mangle tableFlorian Westphal1-1/+1
2013-04-19netfilter: xt_rpfilter: skip locally generated broadcast/multicast, tooFlorian Westphal1-1/+7
2013-04-18tcp: introduce TCPSpuriousRtxHostQueues SNMP counterEric Dumazet2-0/+8
2013-04-18netfilter: add my copyright statementsPatrick McHardy11-1/+19
2013-04-17net: drop dst before queueing fragmentsEric Dumazet1-4/+10
2013-04-15esp4: fix error return code in esp_output()Wei Yongjun1-3/+3
2013-04-14net: tcp_memcontrol: minor: remove unused variableDaniel Borkmann1-1/+0
2013-04-14net: sock: make sock_tx_timestamp voidDaniel Borkmann2-6/+5
2013-04-13tcp: tcp_tso_segment() small optimizationEric Dumazet1-2/+5
2013-04-12tcp: GSO should be TSQ friendlyEric Dumazet2-1/+13
2013-04-11tcp: Reallocate headroom if it would overflow csum_startThomas Graf1-2/+6
2013-04-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-2/+7
2013-04-11tcp: incoming connections might use wrong route under synfloodDmitry Popov1-2/+2
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro3-5/+5
2013-04-09selinux: add a skb_owned_by() hookEric Dumazet1-0/+1
2013-04-09tcp_memcontrol: remove a redundant statement in tcp_destroy_cgroup()Zefan Li1-2/+0
2013-04-08net: ipv4: fix schedule while atomic bug in check_lifetime()Jiri Pirko1-16/+42
2013-04-08net: ipv4: reset check_lifetime_work after changing lifetimeJiri Pirko1-0/+2
2013-04-08ip_gre: fix a possible crash in parse_gre_header()Eric Dumazet1-3/+5
2013-04-08netfilter: nat: propagate errors from xfrm_me_harder()Patrick McHardy1-6/+11
2013-04-08netfilter: ipv4: propagate routing errors from ip_route_me_harder()Patrick McHardy3-9/+14
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2013-04-07Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller4-51/+98
2013-04-05netfilter: ipt_ULOG: add net namespace support for ipt_ULOGGao feng1-40/+89
2013-04-05netfilter: nf_log: prepare net namespace support for loggersGao feng2-5/+6
2013-04-05net: ipv4: notify when address lifetime changesJiri Pirko1-2/+4
2013-04-04net: frag queue per hash bucket lockingJesper Dangaard Brouer1-13/+44
2013-04-02ipconfig: add informative timeout messages while waiting for carrierPaul Gortmaker1-1/+12
2013-04-02netfilter: use IS_ENABLE to replace if defined in TRACE targetGao feng2-6/+3
2013-03-30ip_gre: don't overwrite iflink during net_dev initAntonio Quartulli1-1/+0
2013-03-29ip_tunnel: Fix off-by-one error in forming dev name.Pravin B Shelar1-1/+1