aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-07ipv4: arp_notify address list bugStephen Hemminger1-6/+10
2009-10-02net: splice() from tcp to pipe should take into account O_NONBLOCKEric Dumazet1-1/+1
2009-10-01net: Use sk_mark for routing lookup in more placesAtis Elsts3-0/+3
2009-10-01IPv4 TCP fails to send window scale option when window scale is zeroOri Finkelman1-5/+6
2009-10-01net/ipv4/tcp.c: fix min() type mismatch warningAndrew Morton1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller7-16/+16
2009-09-24tunnel: eliminate recursion fieldEric Dumazet2-20/+1
2009-09-24ipv4: check optlen for IP_MULTICAST_IF optionShan Wei1-0/+3
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan3-18/+17
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich2-3/+3
2009-09-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds17-32/+56
2009-09-15tcp: fix CONFIG_TCP_MD5SIG + CONFIG_PREEMPT timer BUG()Robert Varga1-1/+1
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+3
2009-09-15bonding: remap muticast addresses without using dev_close() and dev_open()Moni Shoua2-0/+28
2009-09-15tcp: fix ssthresh u16 leftoverIlpo Järvinen4-5/+5
2009-09-14net: constify struct net_protocolAlexey Dobriyan11-26/+22
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds30-359/+526
2009-09-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller11-78/+116
2009-09-11Merge branch 'next' into for-linusJames Morris1-2/+2
2009-09-09headers: net/ipv[46]/protocol.c header trimAlexey Dobriyan1-17/+2
2009-09-02tcp: replace hard coded GFP_KERNEL with sk_allocationWu Fengguang4-11/+13
2009-09-02ip: Report qdisc packet dropsEric Dumazet3-6/+17
2009-09-02inet: inet_connection_sock_af_ops constStephen Hemminger1-1/+1
2009-09-02tcp: MD5 operations should be constStephen Hemminger1-2/+2
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-09-01net: make neigh_ops constantStephen Hemminger1-4/+4
2009-09-01Revert Backoff [v3]: Calculate TCP's connection close threshold as a time value.Damian Lukowski1-4/+7
2009-09-01Revert Backoff [v3]: Revert RTO on ICMP destination unreachableDamian Lukowski3-4/+40
2009-09-01Revert Backoff [v3]: Rename skb to icmp_skb in tcp_v4_err()Damian Lukowski1-8/+8
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger3-3/+3
2009-08-29tcp: Remove redundant copy of MD5 authentication keyJohn Dykstra1-23/+0
2009-08-29tcp: fix premature termination of FIN_WAIT2 time-wait socketsOctavian Purdila1-1/+1
2009-08-28fib_trie: resize reworkJens Låås1-72/+23
2009-08-28net: ip_rt_send_redirect() optimizationEric Dumazet1-9/+11
2009-08-28tcp: keepalive cleanupsEric Dumazet2-5/+4
2009-08-28ipv4: af_inet.c cleanupsEric Dumazet1-57/+55
2009-08-27ipv4: make ip_append_data() handle NULL routing tableJulien TINNES1-0/+2
2009-08-25netfilter: nfnetlink: constify message attributes and headersPatrick McHardy1-3/+3
2009-08-25netfilter: nf_conntrack: log packets dropped by helpersPatrick McHardy1-1/+5
2009-08-24netfilter: nf_nat: fix inverted logic for persistent NAT mappingsMaximilian Engelhardt1-1/+1
2009-08-24netfilter: xtables: mark initial tables constantJan Engelhardt8-13/+15
2009-08-20Merge branch 'master' into nextJames Morris1-1/+1
2009-08-14gre: Fix MTU calculation for bound GRE tunnelsTom Goff1-1/+1
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo8-10/+13
2009-08-14Networking: use CAP_NET_ADMIN when deciding to call request_moduleEric Paris1-2/+2
2009-08-10Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy9-56/+88
2009-08-10netfilter: xtables: check for standard verdicts in policiesJan Engelhardt2-4/+38
2009-08-10netfilter: xtables: check for unconditionality of policiesJan Engelhardt2-9/+14
2009-08-10netfilter: xtables: ignore unassigned hooks in check_entry_size_and_hooksJan Engelhardt2-2/+8
2009-08-10netfilter: xtables: use memcmp in unconditional checkJan Engelhardt2-15/+6