aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-06net: kill an RCU warning in inet_fill_link_af()Eric Dumazet1-4/+4
2010-12-02tcp: use TCP_BASE_MSS to set basic mss valueShan Wei1-1/+1
2010-12-01timewait_sock: Create and use getpeer op.David S. Miller2-30/+35
2010-12-01inetpeer: Kill use of inet_peer_address_t typedef.David S. Miller1-4/+4
2010-12-01ipip: add module alias for tunl0 tunnel devicestephen hemminger1-0/+1
2010-12-01gre: add module alias for gre0 tunnel devicestephen hemminger1-0/+1
2010-12-01gre: minor cleanupsstephen hemminger1-2/+2
2010-11-30inet: Turn ->remember_stamp into ->get_peer in connection AF ops.David S. Miller2-28/+38
2010-11-30ipv6: Add infrastructure to bind inet_peer objects to routes.David S. Miller1-0/+2
2010-11-30inetpeer: Add v6 peers tree, abstract root properly.David S. Miller1-9/+18
2010-11-30inetpeer: Abstract address comparisons.David S. Miller1-8/+27
2010-11-30inetpeer: Make inet_getpeer() take an inet_peer_adress_t pointer.David S. Miller4-9/+9
2010-11-30inetpeer: Introduce inet_peer_address_t.David S. Miller2-9/+9
2010-11-30inetpeer: Abstract out the tree root accesses.David S. Miller1-50/+69
2010-11-28inet: Fix __inet_inherit_port() to correctly increment bsockets and num_ownersNagendra Tomar1-2/+1
2010-11-28net: add some KERN_CONT markers to continuation linesUwe Kleine-König1-16/+16
2010-11-28tcp: restrict net.ipv4.tcp_adv_win_scale (#20312)Alexey Dobriyan1-1/+5
2010-11-27netns: Don't leak others' openreq-s in procPavel Emelyanov1-1/+3
2010-11-27rtnl: make link af-specific updates atomicThomas Graf1-5/+21
2010-11-24tcp: Make TCP_MAXSEG minimum more correct.David S. Miller1-1/+1
2010-11-24xps: Improvements in TX queue selectionTom Herbert1-1/+4
2010-11-22Net: ipv4: netfilter: Makefile: Remove deprecated kbuild goal definitionsTracey Dent1-3/+3
2010-11-21net: allow GFP_HIGHMEM in __vmalloc()Eric Dumazet1-1/+1
2010-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+3
2010-11-18igmp: refine skb allocationsEric Dumazet1-4/+13
2010-11-18bonding: IGMP handling cleanupEric Dumazet1-13/+19
2010-11-17net: ipv4: tcp_probe: cleanup snprintf() useVasiliy Kulikov1-2/+2
2010-11-17net: use the macros defined for the members of flowiChangli Gao17-198/+106
2010-11-17ipv4: AF_INET link address familyThomas Graf1-0/+75
2010-11-17network: tcp_connect should return certain errors up the stackEric Paris1-1/+4
2010-11-16xfrm: update flowi saddr in icmp_send if unsetUlrich Weber1-0/+3
2010-11-16udp: use atomic_inc_not_zero_hintEric Dumazet1-2/+2
2010-11-15Docs/Kconfig: Update: osdl.org -> linuxfoundation.orgMichael Witten1-1/+3
2010-11-15xfrm: use gre key as flow upper protocol infoTimo Teräs2-5/+22
2010-11-15ipv4: Fix build with multicast disabled.David S. Miller1-10/+10
2010-11-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller7-24/+22
2010-11-12tcp: Don't change unlocked socket state in tcp_v4_err().David S. Miller1-5/+3
2010-11-12igmp: RCU conversion of in_dev->mc_listEric Dumazet1-119/+104
2010-11-11ipv4: Make rt->fl.iif tests lest obscure.David S. Miller5-15/+15
2010-11-11net: get rid of rtable->idevEric Dumazet2-57/+4
2010-11-10tcp: Increase TCP_MAXSEG socket option minimum.David S. Miller1-1/+1
2010-11-10net: avoid limits overflowEric Dumazet5-15/+17
2010-11-09net/ipv4/tcp.c: Update WARN usesJoe Perches1-9/+7
2010-11-09inet: fix ip_mc_drop_socket()Eric Dumazet1-3/+1
2010-11-04inet_diag: Make sure we actually run the same bytecode we audited.Nelson Elhage1-11/+16
2010-11-04fib: fib_result_assign() should not change fib refcountsEric Dumazet1-4/+1
2010-11-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller3-20/+22
2010-11-03ipv4: netfilter: ip_tables: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-11-03ipv4: netfilter: arp_tables: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1