summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | inet: Fix __inet_inherit_port() to correctly increment bsockets and num_ownersNagendra Tomar2010-11-291-2/+1Star
| * | tcp: restrict net.ipv4.tcp_adv_win_scale (#20312)Alexey Dobriyan2010-11-281-1/+5
| * | netns: Don't leak others' openreq-s in procPavel Emelyanov2010-11-281-1/+3
| * | tcp: Make TCP_MAXSEG minimum more correct.David S. Miller2010-11-241-1/+1
| * | net: allow GFP_HIGHMEM in __vmalloc()Eric Dumazet2010-11-211-1/+1
* | | net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet2010-12-081-8/+9
* | | net: arp: use assignmentChangli Gao2010-12-061-1/+1
* | | net: kill an RCU warning in inet_fill_link_af()Eric Dumazet2010-12-061-4/+4
* | | tcp: use TCP_BASE_MSS to set basic mss valueShan Wei2010-12-021-1/+1
* | | timewait_sock: Create and use getpeer op.David S. Miller2010-12-022-30/+35
* | | inetpeer: Kill use of inet_peer_address_t typedef.David S. Miller2010-12-021-4/+4
* | | ipip: add module alias for tunl0 tunnel devicestephen hemminger2010-12-011-0/+1
* | | gre: add module alias for gre0 tunnel devicestephen hemminger2010-12-011-0/+1
* | | gre: minor cleanupsstephen hemminger2010-12-011-2/+2
* | | inet: Turn ->remember_stamp into ->get_peer in connection AF ops.David S. Miller2010-11-302-28/+38
* | | ipv6: Add infrastructure to bind inet_peer objects to routes.David S. Miller2010-11-301-0/+2
* | | inetpeer: Add v6 peers tree, abstract root properly.David S. Miller2010-11-301-9/+18
* | | inetpeer: Abstract address comparisons.David S. Miller2010-11-301-8/+27
* | | inetpeer: Make inet_getpeer() take an inet_peer_adress_t pointer.David S. Miller2010-11-304-9/+9
* | | inetpeer: Introduce inet_peer_address_t.David S. Miller2010-11-302-9/+9
* | | inetpeer: Abstract out the tree root accesses.David S. Miller2010-11-301-50/+69
* | | net: add some KERN_CONT markers to continuation linesUwe Kleine-König2010-11-281-16/+16
* | | rtnl: make link af-specific updates atomicThomas Graf2010-11-281-5/+21
* | | xps: Improvements in TX queue selectionTom Herbert2010-11-241-1/+4
* | | Net: ipv4: netfilter: Makefile: Remove deprecated kbuild goal definitionsTracey Dent2010-11-221-3/+3
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-11-191-0/+3
|\| |
| * | xfrm: update flowi saddr in icmp_send if unsetUlrich Weber2010-11-161-0/+3
* | | igmp: refine skb allocationsEric Dumazet2010-11-181-4/+13
* | | bonding: IGMP handling cleanupEric Dumazet2010-11-181-13/+19
* | | net: ipv4: tcp_probe: cleanup snprintf() useVasiliy Kulikov2010-11-171-2/+2
* | | net: use the macros defined for the members of flowiChangli Gao2010-11-1717-198/+106Star
* | | ipv4: AF_INET link address familyThomas Graf2010-11-171-0/+75
* | | network: tcp_connect should return certain errors up the stackEric Paris2010-11-171-1/+4
* | | udp: use atomic_inc_not_zero_hintEric Dumazet2010-11-161-2/+2
* | | xfrm: use gre key as flow upper protocol infoTimo Teräs2010-11-152-5/+22
* | | ipv4: Fix build with multicast disabled.David S. Miller2010-11-151-10/+10
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-11-147-24/+22Star
|\| |
| * | tcp: Don't change unlocked socket state in tcp_v4_err().David S. Miller2010-11-121-5/+3Star
| * | tcp: Increase TCP_MAXSEG socket option minimum.David S. Miller2010-11-111-1/+1
| * | net: avoid limits overflowEric Dumazet2010-11-105-15/+17
| * | inet: fix ip_mc_drop_socket()Eric Dumazet2010-11-091-3/+1Star
* | | igmp: RCU conversion of in_dev->mc_listEric Dumazet2010-11-121-119/+104Star
* | | ipv4: Make rt->fl.iif tests lest obscure.David S. Miller2010-11-125-15/+15
* | | net: get rid of rtable->idevEric Dumazet2010-11-112-57/+4Star
* | | net/ipv4/tcp.c: Update WARN usesJoe Perches2010-11-091-9/+7Star
|/ /
* | inet_diag: Make sure we actually run the same bytecode we audited.Nelson Elhage2010-11-041-11/+16
* | fib: fib_result_assign() should not change fib refcountsEric Dumazet2010-11-041-4/+1Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-11-043-20/+22
|\ \
| * | ipv4: netfilter: ip_tables: fix information leak to userlandVasiliy Kulikov2010-11-031-0/+1
| * | ipv4: netfilter: arp_tables: fix information leak to userlandVasiliy Kulikov2010-11-031-0/+1