Age | Commit message (Expand) | Author | Files | Lines |
2008-10-07 | tcp: Fix tcp_hybla zero congestion window growth with small rho and large cwnd. | Daniele Lacamera | 1 | -1/+5 |
2008-10-07 | net: Fix netdev_run_todo dead-lock | Herbert Xu | 2 | -22/+7 |
2008-10-07 | tcp: Fix possible double-ack w/ user dma | Ali Saidi | 1 | -1/+2 |
2008-10-07 | net: only invoke dev->change_rx_flags when device is UP | Patrick McHardy | 1 | -6/+10 |
2008-10-06 | netrom: Fix sock_orphan() use in nr_release | Jarek Poplawski | 1 | -1/+1 |
2008-10-06 | ax25: Quick fix for making sure unaccepted sockets get destroyed. | David S. Miller | 1 | -0/+3 |
2008-10-06 | Revert "ax25: Fix std timer socket destroy handling." | David S. Miller | 1 | -3/+5 |
2008-10-01 | af_key: Free dumping state on socket close | Timo Teras | 1 | -11/+19 |
2008-10-01 | XFRM,IPv6: initialize ip6_dst_blackhole_ops.kmem_cachep | Arnaud Ebalard | 1 | -0/+2 |
2008-10-01 | ipv6: NULL pointer dereferrence in tcp_v6_send_ack | Denis V. Lunev | 1 | -1/+1 |
2008-10-01 | tcp: Fix NULL dereference in tcp_4_send_ack() | Vitaliy Gusev | 1 | -1/+1 |
2008-09-30 | sctp: Fix kernel panic while process protocol violation parameter | Wei Yongjun | 2 | -24/+61 |
2008-09-30 | iucv: Fix mismerge again. | Heiko Carstens | 1 | -1/+2 |
2008-09-30 | ipsec: Fix pskb_expand_head corruption in xfrm_state_check_space | Herbert Xu | 1 | -4/+8 |
2008-09-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -2/+6 |
2008-09-24 | netfilter: ip6t_{hbh,dst}: Rejects not-strict mode on rule insertion | Yasuyuki Kozakai | 1 | -2/+6 |
2008-09-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 5 | -96/+118 |
2008-09-24 | 9p: fix put_data error handling | Eric Van Hensbergen | 1 | -1/+5 |
2008-09-24 | 9p: introduce missing kfree | Julia Lawall | 1 | -1/+3 |
2008-09-24 | 9p-trans_fd: fix and clean up module init/exit paths | Tejun Heo | 1 | -20/+11 |
2008-09-24 | 9p-trans_fd: don't do fs segment mangling in p9_fd_poll() | Tejun Heo | 1 | -11/+3 |
2008-09-24 | 9p-trans_fd: clean up p9_conn_create() | Tejun Heo | 1 | -16/+4 |
2008-09-24 | 9p-trans_fd: fix trans_fd::p9_conn_destroy() | Tejun Heo | 1 | -19/+5 |
2008-09-24 | 9p: implement proper trans module refcounting and unregistration | Tejun Heo | 4 | -28/+87 |
2008-09-23 | sys_paccept: disable paccept() until API design is resolved | Michael Kerrisk | 1 | -0/+2 |
2008-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -2/+4 |
2008-09-20 | netdev: simple_tx_hash shouldn't hash inside fragments | Alexander Duyck | 1 | -2/+4 |
2008-09-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 4 | -40/+49 |
2008-09-18 | sctp: Fix oops when INIT-ACK indicates that peer doesn't support AUTH | Vlad Yasevich | 2 | -8/+7 |
2008-09-18 | sctp: do not enable peer features if we can't do them. | Vlad Yasevich | 1 | -2/+7 |
2008-09-18 | sctp: set the skb->ip_summed correctly when sending over loopback. | Vlad Yasevich | 1 | -1/+2 |
2008-09-16 | warn: Turn the netdev timeout WARN_ON() into a WARN() | Arjan van de Ven | 1 | -2/+1 |
2008-09-15 | udp: Fix rcv socket locking | Herbert Xu | 1 | -29/+33 |
2008-09-12 | [Bluetooth] Fix regression from using default link policy | Marcel Holtmann | 1 | -0/+3 |
2008-09-09 | ipv6: Fix OOPS in ip6_dst_lookup_tail(). | Neil Horman | 1 | -32/+32 |
2008-09-09 | ipsec: Restore larval states and socket policies in dump | Herbert Xu | 2 | -0/+3 |
2008-09-09 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma... | David S. Miller | 5 | -18/+52 |
2008-09-09 | [Bluetooth] Reject L2CAP connections on an insecure ACL link | Marcel Holtmann | 3 | -5/+25 |
2008-09-09 | [Bluetooth] Enforce correct authentication requirements | Marcel Holtmann | 3 | -6/+23 |
2008-09-09 | [Bluetooth] Fix reference counting during ACL config stage | Marcel Holtmann | 1 | -7/+4 |
2008-09-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 9 | -17/+91 |
2008-09-08 | bridge: don't allow setting hello time to zero | Stephen Hemminger | 2 | -9/+25 |
2008-09-08 | netns : fix kernel panic in timewait socket destruction | Daniel Lezcano | 3 | -0/+37 |
2008-09-07 | pkt_sched: Fix qdisc state in net_tx_action() | Jarek Poplawski | 1 | -1/+6 |
2008-09-07 | netfilter: nf_conntrack_irc: make sure string is terminated before calling si... | Patrick McHardy | 1 | -0/+10 |
2008-09-07 | netfilter: nf_conntrack_gre: nf_ct_gre_keymap_flush() fixlet | Alexey Dobriyan | 1 | -4/+4 |
2008-09-07 | netfilter: nf_conntrack_gre: more locking around keymap list | Alexey Dobriyan | 1 | -1/+5 |
2008-09-07 | netfilter: nf_conntrack_sip: de-static helper pointers | Alexey Dobriyan | 1 | -2/+4 |
2008-09-05 | Revert "mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOM" | Linus Torvalds | 1 | -9/+39 |
2008-09-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 19 | -117/+117 |