aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-01net: check the length of the socket address passed to connect(2)Changli Gao1-0/+5
2010-04-01netfilter: CLUSTERIP: clusterip_seq_stop() fixEric Dumazet1-1/+2
2010-03-30net: Fix oops from tcp_collapse() when using splice()Steven J. Magnani1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo54-1/+53
2010-03-29Fix comment and Kconfig typos for 'require' and 'fragment'Gilles Espinasse1-1/+1
2010-03-27net: ipmr/ip6mr: prevent out-of-bounds vif_table accessNicolas Dichtel1-4/+7
2010-03-26ipv4: Restart rt_intern_hash after emergency rebuild (v2)Pavel Emelyanov1-6/+11
2010-03-26ipv4: Cleanup struct net dereference in rt_intern_hashPavel Emelyanov1-2/+2
2010-03-26net: fix netlink address dumping in IPv4/IPv6Patrick McHardy1-1/+1
2010-03-25netfilter: xtables: shorten up return clauseJan Engelhardt1-5/+2
2010-03-25netfilter: xtables: slightly better error reportingJan Engelhardt1-5/+6
2010-03-25netfilter: xtables: change targets to return error codeJan Engelhardt9-34/+34
2010-03-25netfilter: xtables: change matches to return error codeJan Engelhardt4-11/+11
2010-03-25netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt10-11/+11
2010-03-25netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt4-4/+4
2010-03-25netfilter: ipv4: use NFPROTO values for NF_HOOK invocationJan Engelhardt7-18/+18
2010-03-25netfilter: xtables: consolidate code into xt_request_find_matchJan Engelhardt1-10/+8
2010-03-25netfilter: xtables: make use of xt_request_find_targetJan Engelhardt2-24/+16
2010-03-25netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt12-89/+76
2010-03-25netfilter: xtables: make use of caller family rather than target familyJan Engelhardt1-3/+3
2010-03-24net: remove trailing space in messagesFrans Pop2-2/+2
2010-03-21ip_gre: include route header_len in max_headroom calculationTimo Teräs1-1/+3
2010-03-21ipv4: Don't drop redirected route cache entry unless PTMU actually expiredGuenter Roeck1-1/+2
2010-03-21net: snmp mib cleanupEric Dumazet1-2/+2
2010-03-21tcp: Add SNMP counter for DEFER_ACCEPTEric Dumazet2-0/+2
2010-03-21net: suppress lockdep-RCU false positive in FIB trie.Paul E. McKenney1-1/+3
2010-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller5-25/+65
2010-03-20NET_DMA: free skbs periodicallySteven J. Magnani1-20/+43
2010-03-19tcp: Fix tcp_mark_head_lost() with packets == 0Lennart Schulte1-0/+3
2010-03-19net: ipmr/ip6mr: fix potential out-of-bounds vif_table accessPatrick McHardy1-0/+3
2010-03-19TCP: check min TTL on received ICMP packetsstephen hemminger1-0/+5
2010-03-19ipv4: check rt_genid in dst_checkTimo Teräs1-4/+10
2010-03-19netfilter: remove unused headers in net/ipv4/netfilter/nf_nat_h323.cZhitong Wang1-1/+0
2010-03-18tcp: Fix OOB POLLIN avoidance.Alexandra Kossovsky1-1/+1
2010-03-18net: rename notifier defines for netdev type changeJiri Pirko1-2/+2
2010-03-18netfilter: xtables: replace custom duprintf with pr_debugJan Engelhardt1-12/+6
2010-03-16net: tcp: make veno selectable as default congestion moduleJan Engelhardt1-0/+4
2010-03-16net: tcp: make hybla selectable as default congestion moduleJan Engelhardt1-0/+4
2010-03-16route: Fix caught BUG_ON during rt_secret_rebuild_oneshot()Vitaliy Gusev1-10/+6
2010-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds9-46/+116
2010-03-12ipconfig: Handle devices which take some time to come up.David S. Miller1-10/+47
2010-03-10tcp: Fix tcp_v4_rcv()Eric Dumazet1-4/+4
2010-03-08tcp: Fix tcp_make_synack()Eric Dumazet1-9/+9
2010-03-08net: fix route cache rebuildsEric Dumazet1-12/+38
2010-03-08tcp: Add SNMP counters for backlog and min_ttl dropsEric Dumazet2-2/+7
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-05net: backlog functions renameZhu Yi3-3/+3
2010-03-05udp: use limited socket backlogZhu Yi1-2/+4
2010-03-05tcp: use limited socket backlogZhu Yi1-2/+4
2010-03-04gre: fix hard header destination address checkingTimo Teräs1-5/+2