Age | Commit message (Expand) | Author | Files | Lines |
2009-03-25 | ipv6: Allow ipv4 wildcard binds after ipv6 address binds | Vlad Yasevich | 1 | -1/+4 |
2009-03-25 | ipv6: Disallow binding to v4-mapped address on v6-only socket. | Vlad Yasevich | 1 | -0/+7 |
2009-03-25 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 1 | -1/+2 |
2009-03-25 | dynamic debug: combine dprintk and dynamic printk | Jason Baron | 1 | -1/+1 |
2009-03-25 | Driver core: Fix device_move() vs. dpm list ordering, v2 | Cornelia Huck | 2 | -3/+4 |
2009-03-25 | netlink: add NETLINK_NO_ENOBUFS socket flag | Pablo Neira Ayuso | 1 | -6/+32 |
2009-03-25 | arp_tables: ifname_compare() can assume 16bit alignment | Eric Dumazet | 1 | -2/+6 |
2009-03-24 | netfilter: trivial Kconfig spelling fixes | Jan Engelhardt | 1 | -2/+2 |
2009-03-24 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 58 | -756/+1555 |
2009-03-24 | netfilter: nf_conntrack: Reduce conntrack count in nf_conntrack_free() | Eric Dumazet | 1 | -2/+3 |
2009-03-24 | udp: Wrong locking code in udp seq_file infrastructure | Vitaly Mayatskikh | 1 | -1/+5 |
2009-03-23 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+11 |
2009-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 14 | -17/+49 |
2009-03-23 | netfilter: nf_conntrack_tcp: fix unaligned memory access in tcp_sack | Mark H. Weaver | 1 | -1/+2 |
2009-03-23 | nefilter: nfnetlink: add nfnetlink_set_err and use it in ctnetlink | Pablo Neira Ayuso | 3 | -0/+9 |
2009-03-23 | netfilter: sysctl support of logger choice | Eric Leblond | 1 | -1/+84 |
2009-03-23 | tcp: Discard segments that ack data not yet sent | John Dykstra | 1 | -10/+17 |
2009-03-22 | netdev: expose net_device_ops compat as config option | Stephen Hemminger | 1 | -3/+0 |
2009-03-22 | irlan: convert to net_device_ops | Stephen Hemminger | 1 | -6/+13 |
2009-03-22 | irda: net_device_ops ioctl fix | Stephen Hemminger | 1 | -2/+3 |
2009-03-22 | atm: convert clip driver to net_device_ops | Stephen Hemminger | 1 | -3/+6 |
2009-03-22 | atm: convert mpc device to using netdev_ops | Stephen Hemminger | 2 | -19/+18 |
2009-03-22 | dsa: add switch chip cascading support | Lennert Buytenhek | 9 | -188/+363 |
2009-03-22 | dsa: add support for the Marvell 88E6095/6095F switch chips | Lennert Buytenhek | 2 | -11/+17 |
2009-03-22 | dsa: set ->iflink on slave interfaces to the ifindex of the parent | Lennert Buytenhek | 1 | -0/+13 |
2009-03-22 | ipx: use constant for strings and desciptor | Stephen Hemminger | 1 | -6/+6 |
2009-03-22 | snap: use const for descriptor | Stephen Hemminger | 1 | -3/+3 |
2009-03-21 | net: remove useless prefetch() call | Eric Dumazet | 1 | -1/+0 |
2009-03-21 | sctp: Clean up TEST_FRAME hacks. | Vlad Yasevich | 1 | -4/+1 |
2009-03-21 | skb: expose and constify hash primitives | Stephen Hemminger | 1 | -1/+2 |
2009-03-21 | atm: lec use dev_change_mtu | Stephen Hemminger | 1 | -1/+1 |
2009-03-21 | net/*: use linux/kernel.h swap() | Ilpo Järvinen | 4 | -37/+8 |
2009-03-21 | netrom: zero length frame filtering in NetRom | Bernard Pidoux | 1 | -1/+10 |
2009-03-21 | ax25: zero length frame filtering in AX25 | Bernard Pidoux | 1 | -0/+12 |
2009-03-21 | ax25: SOCK_DEBUG message simplification | Bernard Pidoux | 1 | -3/+1 |
2009-03-20 | nl80211: Check that function pointer != NULL before using it | Jouni Malinen | 1 | -0/+11 |
2009-03-20 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 5 | -8/+9 |
2009-03-19 | netns: oops in ip[6]_frag_reasm incrementing stats | Jorge Boncompte [DTI2] | 2 | -5/+5 |
2009-03-19 | net: kfree(napi->skb) => kfree_skb | Roel Kluin | 1 | -1/+1 |
2009-03-19 | net: fix sctp breakage | Al Viro | 1 | -1/+2 |
2009-03-19 | tipc: fix non-const printf format arguments | Stephen Hemminger | 4 | -5/+5 |
2009-03-19 | ipv6: fix display of local and remote sit endpoints | Bjørn Mork | 1 | -1/+1 |
2009-03-19 | tcp: remove parameter from tcp_recv_urg(). | Rami Rosen | 1 | -3/+2 |
2009-03-19 | ipv6: Fix incorrect disable_ipv6 behavior | Brian Haley | 1 | -7/+14 |
2009-03-18 | netfilter: ctnetlink: fix rcu context imbalance | Patrick McHardy | 1 | -34/+23 |
2009-03-18 | netfilter: remove nf_ct_l4proto_find_get/nf_ct_l4proto_put | Florian Westphal | 1 | -21/+0 |
2009-03-18 | netfilter: ctnetlink: remove remaining module refcounting | Florian Westphal | 1 | -6/+9 |
2009-03-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 10 | -69/+206 |
2009-03-18 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 11 | -41/+90 |
2009-03-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 4 | -0/+18 |