summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in ip_queueHerbert Xu2010-04-081-2/+1
| * | | | | | | | | | netfilter: CLUSTERIP: clusterip_seq_stop() fixEric Dumazet2010-04-011-1/+2
| * | | | | | | | | | netfilter: xtables: shorten up return clauseJan Engelhardt2010-03-251-5/+2
| * | | | | | | | | | netfilter: xtables: slightly better error reportingJan Engelhardt2010-03-251-5/+6
| * | | | | | | | | | netfilter: xtables: change targets to return error codeJan Engelhardt2010-03-259-34/+34
| * | | | | | | | | | netfilter: xtables: change matches to return error codeJan Engelhardt2010-03-254-11/+11
| * | | | | | | | | | netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt2010-03-2510-11/+11
| * | | | | | | | | | netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt2010-03-254-4/+4
| * | | | | | | | | | netfilter: ipv4: use NFPROTO values for NF_HOOK invocationJan Engelhardt2010-03-257-18/+18
| * | | | | | | | | | netfilter: xtables: consolidate code into xt_request_find_matchJan Engelhardt2010-03-251-10/+8
| * | | | | | | | | | netfilter: xtables: make use of xt_request_find_targetJan Engelhardt2010-03-252-24/+16
| * | | | | | | | | | netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt2010-03-2512-89/+76
| * | | | | | | | | | netfilter: xtables: make use of caller family rather than target familyJan Engelhardt2010-03-251-3/+3
| * | | | | | | | | | netfilter: remove unused headers in net/ipv4/netfilter/nf_nat_h323.cZhitong Wang2010-03-191-1/+0
| * | | | | | | | | | netfilter: xtables: replace custom duprintf with pr_debugJan Engelhardt2010-03-181-12/+6
| |/ / / / / / / / /
| * | | | | | | | | net: tcp: make veno selectable as default congestion moduleJan Engelhardt2010-03-161-0/+4
| * | | | | | | | | net: tcp: make hybla selectable as default congestion moduleJan Engelhardt2010-03-161-0/+4
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-201-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Merge branch 'master' into for-nextJiri Kosina2010-04-2356-102/+281
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Fix comment and Kconfig typos for 'require' and 'fragment'Gilles Espinasse2010-03-291-1/+1
* | | | | | | | | | tcp: fix MD5 (RFC2385) supportEric Dumazet2010-05-161-10/+24
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | net: Fix FDDI and TR config checks in ipv4 arp and LLC.David S. Miller2010-05-101-3/+3
* | | | | | | | | IPv4: unresolved multicast route cleanupAndreas Meissner2010-05-101-1/+2
* | | | | | | | | ipv4: udp: fix short packet and bad checksum loggingBjørn Mork2010-05-061-3/+3
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Revert "tcp: bind() fix when many ports are bound"David S. Miller2010-04-281-11/+5
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | tcp: bind() fix when many ports are boundEric Dumazet2010-04-221-5/+11
| |/ / / / / |/| | | | |
* | | | | | ip: Fix ip_dev_loopback_xmit()Eric Dumazet2010-04-151-1/+1
* | | | | | fib: suppress lockdep-RCU false positive in FIB trie.Eric Dumazet2010-04-141-1/+3
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-1154-1/+53
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-04-062-0/+6
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3054-1/+53
* | | | | | Revert "tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skb"David S. Miller2010-04-111-1/+0
* | | | | | tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skbDavid S. Miller2010-04-081-0/+1
* | | | | | udp: fix for unicast RX path optimizationJorge Boncompte [DTI2]2010-04-081-2/+2
| |/ / / / |/| | | |
* | | | | net: check the length of the socket address passed to connect(2)Changli Gao2010-04-011-0/+5
* | | | | net: Fix oops from tcp_collapse() when using splice()Steven J. Magnani2010-03-301-0/+1
|/ / / /
* | | | net: ipmr/ip6mr: prevent out-of-bounds vif_table accessNicolas Dichtel2010-03-271-4/+7
* | | | ipv4: Restart rt_intern_hash after emergency rebuild (v2)Pavel Emelyanov2010-03-261-6/+11
* | | | ipv4: Cleanup struct net dereference in rt_intern_hashPavel Emelyanov2010-03-261-2/+2
* | | | net: fix netlink address dumping in IPv4/IPv6Patrick McHardy2010-03-261-1/+1
* | | | ip_gre: include route header_len in max_headroom calculationTimo Teräs2010-03-211-1/+3
* | | | ipv4: Don't drop redirected route cache entry unless PTMU actually expiredGuenter Roeck2010-03-211-1/+2
* | | | net: suppress lockdep-RCU false positive in FIB trie.Paul E. McKenney2010-03-211-1/+3
| |_|/ |/| |
* | | NET_DMA: free skbs periodicallySteven J. Magnani2010-03-201-20/+43
* | | tcp: Fix tcp_mark_head_lost() with packets == 0Lennart Schulte2010-03-191-0/+3
* | | net: ipmr/ip6mr: fix potential out-of-bounds vif_table accessPatrick McHardy2010-03-191-0/+3
* | | TCP: check min TTL on received ICMP packetsstephen hemminger2010-03-191-0/+5
* | | ipv4: check rt_genid in dst_checkTimo Teräs2010-03-191-4/+10
* | | tcp: Fix OOB POLLIN avoidance.Alexandra Kossovsky2010-03-181-1/+1
| |/ |/|
* | route: Fix caught BUG_ON during rt_secret_rebuild_oneshot()Vitaliy Gusev2010-03-161-10/+6
OpenPOWER on IntegriCloud