| Commit message (Expand) | Author | Age | Files | Lines |
* | [IFB]: Fix crash on input device removal | Patrick McHardy | 2007-03-29 | 1 | -2/+5 |
* | Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Jeff Garzik | 2007-03-28 | 1 | -9/+21 |
|\ |
|
| * | [PATCH] WE-22 : prevent information leak on 64 bit | Jean Tourrilhes | 2007-03-27 | 1 | -9/+21 |
* | | [IPV6]: Fix routing round-robin locking. | David S. Miller | 2007-03-25 | 1 | -0/+1 |
* | | [NET]: Fix neighbour destructor handling. | Alexey Kuznetsov | 2007-03-25 | 1 | -1/+1 |
* | | [NET]: Fix fib_rules compatibility breakage | Thomas Graf | 2007-03-25 | 1 | -0/+1 |
|/ |
|
* | [SCTP]: Reset some transport and association variables on restart | Vlad Yasevich | 2007-03-20 | 1 | -0/+1 |
* | [SCTP]: Clean up stale data during association restart | Vlad Yasevich | 2007-03-20 | 1 | -0/+1 |
* | [IPSEC]: xfrm_policy delete security check misplaced | Eric Paris | 2007-03-07 | 1 | -2/+3 |
* | [NET]: Revert incorrect accept queue backlog changes. | David S. Miller | 2007-03-06 | 1 | -1/+1 |
* | [INET]: twcal_jiffie should be unsigned long, not int | Eric Dumazet | 2007-03-05 | 1 | -1/+1 |
* | [NETFILTER]: conntrack: fix {nf,ip}_ct_iterate_cleanup endless loops | Patrick McHardy | 2007-03-05 | 1 | -1/+1 |
* | [NET]: Fix bugs in "Whether sock accept queue is full" checking | Wei Dong | 2007-03-02 | 1 | -1/+1 |
* | [NET]: Handle disabled preemption in gfp_any() | Patrick McHardy | 2007-02-28 | 1 | -1/+1 |
* | [IRDA] net/irda/: proper prototypes | Adrian Bunk | 2007-02-26 | 1 | -0/+16 |
* | [IPSEC]: changing API of xfrm6_tunnel_register | Kazunori MIYAZAWA | 2007-02-13 | 1 | -2/+2 |
* | [IPSEC]: Changing API of xfrm4_tunnel_register. | Kazunori MIYAZAWA | 2007-02-13 | 1 | -2/+2 |
* | [NETFILTER]: nf_conntrack: change nf_conntrack_l[34]proto_unregister to void | Patrick McHardy | 2007-02-12 | 2 | -2/+2 |
* | [NETFILTER]: nf_conntrack: fix invalid conntrack statistics RCU assumption | Patrick McHardy | 2007-02-12 | 1 | -0/+6 |
* | [NETFILTER]: nf_conntrack: properly use RCU API for nf_ct_protos/nf_ct_l3prot... | Patrick McHardy | 2007-02-12 | 1 | -1/+1 |
* | [PATCH] mark struct file_operations const 1 | Arjan van de Ven | 2007-02-12 | 4 | -8/+8 |
* | [NET]: Reorder fields of struct dst_entry | Eric Dumazet | 2007-02-10 | 1 | -10/+10 |
* | [DECNET]: Convert decnet route to use the new dst_entry 'next' pointer | Eric Dumazet | 2007-02-10 | 1 | -3/+2 |
* | [IPV6]: Convert ipv6 route to use the new dst_entry 'next' pointer | Eric Dumazet | 2007-02-10 | 1 | -1/+0 |
* | [IPV4]: Convert ipv4 route to use the new dst_entry 'next' pointer | Eric Dumazet | 2007-02-10 | 1 | -4/+3 |
* | [NET]: Introduce union in struct dst_entry to hold 'next' pointer | Eric Dumazet | 2007-02-10 | 1 | -1/+6 |
* | [NET]: change layout of ehash table | Eric Dumazet | 2007-02-08 | 1 | -5/+5 |
* | [S390]: Add AF_IUCV socket support | Jennifer Hunt | 2007-02-08 | 1 | -0/+106 |
* | [S390]: Rewrite of the IUCV base code, part 2 | Martin Schwidefsky | 2007-02-08 | 1 | -0/+415 |
* | [X.25]: Adds /proc/sys/net/x25/x25_forward to control forwarding. | Andrew Hendry | 2007-02-08 | 1 | -0/+1 |
* | [X.25]: Add call forwarding | Andrew Hendry | 2007-02-08 | 1 | -0/+17 |
* | [XFRM]: Extension for dynamic update of endpoint address(es) | Shinta Sugimoto | 2007-02-08 | 1 | -0/+44 |
* | [NETFILTER]: NAT: optional source port randomization support | Eric Leblond | 2007-02-08 | 1 | -0/+1 |
* | [NETFILTER]: Add SANE connection tracking helper | Michal Schmidt | 2007-02-08 | 1 | -0/+2 |
* | [IPSEC]: exporting xfrm_state_afinfo | Miika Komu | 2007-02-08 | 1 | -0/+3 |
* | [IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts. | David S. Miller | 2007-02-08 | 1 | -2/+3 |
* | [TCP]: remove tcp header from tcp_v4_check (take #2) | Frederik Deweerdt | 2007-02-08 | 1 | -3/+2 |
* | [TCP]: Restore SKB socket owner setting in tcp_transmit_skb(). | David S. Miller | 2007-01-26 | 3 | -4/+3 |
* | [SCTP]: Correctly handle unexpected INIT-ACK chunk. | Vlad Yasevich | 2007-01-23 | 1 | -0/+1 |
* | [NETFILTER]: fix xt_state compile failure | Mikael Pettersson | 2007-01-23 | 1 | -0/+1 |
* | Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/... | Jeff Garzik | 2007-01-07 | 1 | -1/+1 |
|\ |
|
| * | [PATCH] ieee80211: WLAN_GET_SEQ_SEQ fix (select correct region) | Zhu Yi | 2007-01-02 | 1 | -1/+1 |
* | | [TCP]: Use old definition of before | Gerrit Renker | 2007-01-04 | 1 | -1/+1 |
* | | [X25]: proper prototype for x25_init_timers() | Adrian Bunk | 2007-01-03 | 1 | -0/+1 |
|/ |
|
* | [IPV6]: Dumb typo in generic csum_ipv6_magic() | Al Viro | 2006-12-22 | 1 | -1/+1 |
* | [SCTP]: make 2 functions static | Adrian Bunk | 2006-12-22 | 1 | -2/+0 |
* | [SCTP]: Fix typo adaption -> adaptation as per the latest API draft. | Ivan Skytte Jorgensen | 2006-12-22 | 3 | -19/+19 |
* | [TCP]: Fix ambiguity in the `before' relation. | Gerrit Renker | 2006-12-22 | 1 | -7/+2 |
* | [AX.25]: Fix unchecked rose_add_loopback_neigh uses | Ralf Baechle | 2006-12-17 | 1 | -2/+2 |
* | [AX.25]: Fix unchecked ax25_linkfail_register uses | Ralf Baechle | 2006-12-17 | 1 | -2/+8 |