Age | Commit message (Expand) | Author |
2008-12-05 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2008-12-05 | tcp: move some parts from tcp_write_xmit | Ilpo Järvinen |
2008-12-05 | tcp: share code through function, not through copy-paste. :-) | Ilpo Järvinen |
2008-12-05 | tcp: drop tcp_bound_rto, merge content of it tcp_set_rto | Ilpo Järvinen |
2008-12-05 | tcp: no need to pass prev skb around, reduces arg pressure | Ilpo Järvinen |
2008-12-05 | tcp: introduce struct tcp_sacktag_state to reduce arg pressure | Ilpo Järvinen |
2008-12-05 | tcp: make mtu probe failure to not break gso'ed skbs unnecessarily | Ilpo Järvinen |
2008-12-05 | tcp: Fix thinko making the not-shiftable to cover S|R as well | Ilpo Järvinen |
2008-12-05 | tcp: force mss equality with the next skb too. | Ilpo Järvinen |
2008-12-05 | dccp: use roundup instead of opencoding | Ilpo Järvinen |
2008-12-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller |
2008-12-05 | cfg80211: "fix" 11d oops | Johannes Berg |
2008-12-05 | mac80211: tx module cleanup. | Rami Rosen |
2008-12-05 | cfg80211: fix wiphy remove if no regulatory request | Johannes Berg |
2008-12-05 | mac80211: add sta_notify_ps callback | Christian Lamparter |
2008-12-05 | mac80211: accept empty strings for hidden SSIDs | Fabio Rossi |
2008-12-05 | cfg80211: handle SIOCGIWMODE/SIOCSIWMODE | Johannes Berg |
2008-12-05 | cfg80211: handle SIOCGIWNAME | Johannes Berg |
2008-12-05 | nl80211: Add frequency configuration (including HT40) | Jouni Malinen |
2008-12-05 | mac80211: only transition STAs ps->wake on data frames | Johannes Berg |
2008-12-05 | mac80211: disassociate prior to unlinking AP/station | Tomas Winkler |
2008-12-05 | mac80211: deauth when interface is marked down | John W. Linville |
2008-12-05 | mac80211: use unaligned safe memcmp() in-place of compare_ether_addr() | Shaddy Baddah |
2008-12-04 | tcp: tcp_vegas ssthresh bug fix | Doug Leith |
2008-12-04 | xfrm: Accept ESP packets regardless of UDP encapsulation mode | Martin Willi |
2008-12-04 | can: omit received RTR frames for single ID filter lists | Oliver Hartkopp |
2008-12-04 | ATM: CVE-2008-5079: duplicate listen() on socket corrupts the vcc table | Chas Williams |
2008-12-03 | net/ipv6/ip6mr.c: Use kmem_cache_zalloc, remove memset | Joe Perches |
2008-12-03 | net: /proc/net/ip_mr_cache, display Iif as a signed short | Benjamin Thery |
2008-12-03 | net: fix /proc/net/ip_mr_cache display - V2 | Benjamin Thery |
2008-12-03 | atm: 32-bit ioctl compatibility | David Woodhouse |
2008-12-03 | tcp: make urg+gso work for real this time | Ilpo Järvinen |
2008-12-03 | pkt_sched: sch_htb: Replace HTB_ACCNT() macro with inlines | Jarek Poplawski |
2008-12-03 | pkt_sched: sch_htb: Remove L2T() | Jarek Poplawski |
2008-12-03 | pkt_sched: sch_htb: Clean htb_class prio and quantum fields | Jarek Poplawski |
2008-12-03 | pkt_sched: sch_htb: Remove htb_sched nwc_hit field | Jarek Poplawski |
2008-12-03 | pkt_sched: sch_htb: Remove htb_class aprio field | Jarek Poplawski |
2008-12-03 | can: Fix CAN_(EFF|RTR)_FLAG handling in can_filter | Oliver Hartkopp |
2008-12-03 | Phonet: basic net namespace support | Rémi Denis-Courmont |
2008-12-03 | Phonet: do not dump addresses from other namespaces | remi.denis-courmont@nokia |
2008-12-03 | xfrm: Accept XFRM_STATE_AF_UNSPEC SAs on IPv4/IPv6 only hosts | Martin Willi |
2008-12-03 | netlabel: Fix a potential NULL pointer dereference | Paul Moore |
2008-12-03 | xfrm: Cleanup for unlink SPD entry | Wei Yongjun |
2008-12-03 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2008-12-03 | xfrm: Fix kernel panic when flush and dump SPD entries | Wei Yongjun |
2008-12-02 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma... | David S. Miller |
2008-12-02 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2008-12-01 | net: percpu_counter_inc() should not be called in BH-disabled section | Eric Dumazet |
2008-12-01 | dccp: Feature activation handlers | Gerrit Renker |
2008-12-01 | dccp: Processing Confirm options | Gerrit Renker |