| Commit message (Expand) | Author | Age |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-02-25 |
|\ |
|
| * | tcp_scalable: Update malformed & dead url | Joe Perches | 2009-02-24 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2009-02-24 |
| |\ |
|
| | * | netfilter: xt_recent: fix proc-file addition/removal of IPv4 addresses | Josef Drexler | 2009-02-24 |
| | * | netfilter: make proc/net/ip* print names from foreign NFPROTO | Jan Engelhardt | 2009-02-18 |
| | * | netfilter: nfnetlink_log: fix timeout handling | Eric Leblond | 2009-02-18 |
| | * | netfilter: nfnetlink_log: fix per-rule qthreshold override | Eric Leblond | 2009-02-18 |
| | * | netfilter: nf_conntrack_ipv6: fix nf_log_packet message in icmpv6 conntrack | Eric Leblond | 2009-02-18 |
* | | | sit: used time_before for comparing jiffies | Wei Yongjun | 2009-02-25 |
* | | | ipip: used time_before for comparing jiffies | Wei Yongjun | 2009-02-25 |
* | | | gre: used time_before for comparing jiffies | Wei Yongjun | 2009-02-25 |
* | | | ipv6: Remove some pointless conditionals before kfree_skb() | Wei Yongjun | 2009-02-25 |
* | | | netlink: change nlmsg_notify() return value logic | Pablo Neira Ayuso | 2009-02-25 |
* | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-02-24 |
|\| | |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-02-23 |
| |\ \ |
|
| | * | | net: amend the fix for SO_BSDCOMPAT gsopt infoleak | Eugene Teo | 2009-02-23 |
| | * | | netns: build fix for net_alloc_generic | Clemens Noss | 2009-02-23 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-02-23 |
| |\| | |
|
| | * | | netns: fix double free at netns creation | Daniel Lezcano | 2009-02-22 |
| | * | | tcp: remove obsoleted comment about different passes | Ilpo Järvinen | 2009-02-18 |
| | |/ |
|
| | * | net: Kill skb_truesize_check(), it only catches false-positives. | David S. Miller | 2009-02-18 |
| * | | cipso: Fix documentation comment | Paul Moore | 2009-02-22 |
| |/ |
|
* | | Doc: Refer to ip-sysctl.txt for strict vs. loose rp_filter mode | Jesper Dangaard Brouer | 2009-02-24 |
* | | netns: Remove net_alive | Eric W. Biederman | 2009-02-22 |
* | | tcp: Like icmp use register_pernet_subsys | Eric W. Biederman | 2009-02-22 |
* | | netns: Fix icmp shutdown. | Eric W. Biederman | 2009-02-22 |
* | | ipv4: Clean whitespaces in net/ipv4/Kconfig. | Jesper Dangaard Brouer | 2009-02-22 |
* | | ipv4: Fix rp_filter description in net/ipv4/Kconfig. | Jesper Dangaard Brouer | 2009-02-22 |
* | | snap: handle registration error and compile warning | Stephen Hemminger | 2009-02-22 |
* | | llc: fix non-const printk warning | Stephen Hemminger | 2009-02-22 |
* | | ip: ipip compile warning | Stephen Hemminger | 2009-02-22 |
* | | ip: add loose reverse path filtering | Stephen Hemminger | 2009-02-22 |
* | | tcp: Always set urgent pointer if it's beyond snd_nxt | Herbert Xu | 2009-02-22 |
* | | ipv6: fix sparse warning: Using plain integer as NULL pointer | Hannes Eder | 2009-02-22 |
* | | net: kernel panic in dev_hard_start_xmit: remove faulty software TX time stam... | Patrick Ohly | 2009-02-21 |
* | | netlink: add NETLINK_BROADCAST_ERROR socket option | Pablo Neira Ayuso | 2009-02-20 |
* | | ethtool: Add RX pkt classification interface | Santwona Behera | 2009-02-20 |
* | | net: Optimize skb_tx_hash() by eliminating a comparison | Krishna Kumar | 2009-02-18 |
* | | net: replace commatas with semicolons | Thomas Gleixner | 2009-02-16 |
* | | sctp: Inherit all socket options from parent correctly. | Vlad Yasevich | 2009-02-16 |
* | | sctp: Fix the RTO-doubling on idle-link heartbeats | Vlad Yasevich | 2009-02-16 |
* | | sctp: Clean up sctp checksumming code | Vlad Yasevich | 2009-02-16 |
* | | sctp: Allow to disable SCTP checksums via module parameter | Lucas Nussbaum | 2009-02-16 |
* | | net: pass new SIOCSHWTSTAMP through to device drivers | Patrick Ohly | 2009-02-16 |
* | | ip: support for TX timestamps on UDP and RAW sockets | Patrick Ohly | 2009-02-16 |
* | | net: socket infrastructure for SO_TIMESTAMPING | Patrick Ohly | 2009-02-16 |
* | | net: infrastructure for hardware time stamping | Patrick Ohly | 2009-02-16 |
* | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-02-15 |
|\| |
|
| * | wimax: fix oops in wimax_dev_get_by_genl_info() when looking up non-wimax iface | Inaky Perez-Gonzalez | 2009-02-12 |
| * | net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2 | Clément Lecigne | 2009-02-12 |