| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 10 | -38/+85 |
| 2008-12-07 | tproxy: fixe a possible read from an invalid location in the socket match | Balazs Scheidler | 1 | -1/+1 |
| 2008-12-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -1/+1 |
| 2008-12-05 | mac80211: use unaligned safe memcmp() in-place of compare_ether_addr() | Shaddy Baddah | 1 | -1/+1 |
| 2008-12-04 | tcp: tcp_vegas ssthresh bug fix | Doug Leith | 1 | -0/+2 |
| 2008-12-04 | can: omit received RTR frames for single ID filter lists | Oliver Hartkopp | 1 | -1/+4 |
| 2008-12-04 | ATM: CVE-2008-5079: duplicate listen() on socket corrupts the vcc table | Chas Williams | 1 | -1/+5 |
| 2008-12-03 | tcp: make urg+gso work for real this time | Ilpo Järvinen | 1 | -12/+10 |
| 2008-12-03 | Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -2/+7 |
| 2008-12-03 | can: Fix CAN_(EFF|RTR)_FLAG handling in can_filter | Oliver Hartkopp | 2 | -18/+52 |
| 2008-12-03 | Phonet: do not dump addresses from other namespaces | remi.denis-courmont@nokia | 1 | -0/+3 |
| 2008-12-03 | netlabel: Fix a potential NULL pointer dereference | Paul Moore | 1 | -4/+6 |
| 2008-12-03 | xfrm: Fix kernel panic when flush and dump SPD entries | Wei Yongjun | 1 | -0/+1 |
| 2008-11-26 | net: Fix soft lockups/OOM issues w/ unix garbage collector | dann frazier | 2 | -3/+12 |
| 2008-11-26 | Phonet: fix oops in phonet_address_del() on non-Phonet device | Rémi Denis-Courmont | 1 | -1/+1 |
| 2008-11-26 | netfilter: ctnetlink: fix GFP_KERNEL allocation under spinlock | Patrick McHardy | 1 | -1/+1 |
| 2008-11-25 | net: make skb_truesize_bug() call WARN() | Arjan van de Ven | 1 | -1/+1 |
| 2008-11-25 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2 | -2/+10 |
| 2008-11-25 | net/wireless/reg.c: fix bad WARN_ON in if statement | Ingo Molnar | 1 | -2/+2 |
| 2008-11-25 | mac80211 : Fix setting ad-hoc mode and non-ibss channel | Abhijeet Kolekar | 1 | -0/+8 |
| 2008-11-25 | rose: zero length frame filtering in af_rose.c | Bernard Pidoux | 1 | -0/+10 |
| 2008-11-24 | bridge: netfilter: fix update_pmtu crash with GRE | Herbert Xu | 1 | -0/+13 |
| 2008-11-24 | netfilter: ctnetlink: fix conntrack creation race | Patrick McHardy | 2 | -4/+3 |
| 2008-11-24 | Add a reference to sunrpc in svc_addsock | Tom Tucker | 1 | -2/+7 |
| 2008-11-21 | net: Fix memory leak in the proto_register function | Catalin Marinas | 1 | -19/+12 |
| 2008-11-21 | tcp: Do not use TSO/GSO when there is urgent data | Petr Tesarik | 1 | -2/+5 |
| 2008-11-20 | SUNRPC: Fix a performance regression in the RPC authentication code | Trond Myklebust | 1 | -2/+18 |
| 2008-11-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 10 | -67/+46 |
| 2008-11-20 | net: fix tiny output corruption of /proc/net/snmp6 | Alexey Dobriyan | 1 | -3/+3 |
| 2008-11-20 | ipv6: use seq_release_private for ip6mr.c /proc entries | Benjamin Thery | 1 | -2/+2 |
| 2008-11-20 | pkt_sched: fix missing check for packet overrun in qdisc_dump_stab() | Patrick McHardy | 1 | -0/+2 |
| 2008-11-20 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -22/+0 |
| 2008-11-20 | TPROXY: supply a struct flowi->flags argument in inet_sk_rebuild_header() | Balazs Scheidler | 1 | -0/+1 |
| 2008-11-20 | TPROXY: fill struct flowi->flags in udp_sendmsg() | Balazs Scheidler | 1 | -0/+1 |
| 2008-11-19 | reintroduce accept4 | Ulrich Drepper | 2 | -115/+15 |
| 2008-11-19 | net: Do not fire linkwatch events until the device is registered. | David S. Miller | 1 | -1/+6 |
| 2008-11-19 | phonet: fix compilation with gcc-3.4 | Alexey Dobriyan | 1 | -28/+24 |
| 2008-11-19 | pktgen: fix multiple queue warning | Robert Olsson | 1 | -7/+2 |
| 2008-11-19 | net: fix ip_mr_init() error path | Benjamin Thery | 1 | -4/+5 |
| 2008-11-18 | mac80211: remove ieee80211_notify_mac | Johannes Berg | 1 | -22/+0 |
| 2008-11-16 | rtnetlink: propagate error from dev_change_flags in do_setlink() | Johannes Berg | 1 | -1/+3 |
| 2008-11-16 | Phonet: refuse to send bigger than MTU packets | Rémi Denis-Courmont | 1 | -2/+2 |
| 2008-11-14 | scm: fix scm_fp_list->list initialization made in wrong place | Pavel Emelyanov | 1 | -2/+0 |
| 2008-11-13 | lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.c | Ingo Molnar | 1 | -2/+0 |
| 2008-11-12 | 9p: restrict RDMA usage | Randy Dunlap | 1 | -4/+6 |
| 2008-11-12 | net: shy netns_ok check | Alexey Dobriyan | 1 | -1/+9 |
| 2008-11-12 | ipv6: routing header fixes | Brian Haley | 2 | -0/+10 |
| 2008-11-12 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -3/+3 |
| 2008-11-12 | mac80211: fix notify_mac function | Johannes Berg | 1 | -3/+3 |
| 2008-11-12 | net: put_cmsg_compat + SO_TIMESTAMP[NS]: use same name for value as caller | Patrick Ohly | 1 | -2/+2 |
| 2008-11-12 | tcp_htcp: last_cong bug fix | Doug Leith | 1 | -4/+10 |
| 2008-11-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 11 | -38/+114 |
| 2008-11-10 | dsa: fix master interface allmulti/promisc handling | Lennert Buytenhek | 1 | -2/+70 |
| 2008-11-10 | dsa: fix skb->pkt_type when mac address of slave interface differs | Lennert Buytenhek | 3 | -0/+3 |
| 2008-11-10 | net: fix setting of skb->tail in skb_recycle_check() | Lennert Buytenhek | 1 | -1/+1 |
| 2008-11-10 | net: fix /proc/net/snmp as memory corruptor | Eric Dumazet | 1 | -28/+30 |
| 2008-11-10 | mac80211: fix a buffer overrun in station debug code | Jianjun Kong | 1 | -1/+1 |
| 2008-11-10 | netfilter: payload_len is be16, add size of struct rather than size of pointer | Harvey Harrison | 1 | -1/+2 |
| 2008-11-10 | ipv6: fix ip6_mr_init error path | Benjamin Thery | 1 | -4/+5 |
| 2008-11-10 | vlan: Fix typos in proc output string | Ferenc Wagner | 1 | -1/+1 |
| 2008-11-09 | net: unix: fix inflight counting bug in garbage collector | Miklos Szeredi | 2 | -19/+61 |
| 2008-11-06 | af_key: mark policy as dead before destroying | Alexey Dobriyan | 1 | -0/+1 |
| 2008-11-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 9 | -17/+51 |
| 2008-11-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -1/+1 |
| 2008-11-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 2 | -27/+37 |
| 2008-11-06 | net: Fix recursive descent in __scm_destroy(). | David S. Miller | 1 | -3/+21 |
| 2008-11-06 | net: Fix recursive descent in __scm_destroy(). | David Miller | 1 | -3/+21 |
| 2008-11-06 | Fix logic error in rfkill_check_duplicity | Jonathan McDowell | 1 | -1/+1 |
| 2008-11-05 | net/9p: fix printk format warnings | Randy Dunlap | 1 | -11/+20 |
| 2008-11-05 | unsigned fid->fid cannot be negative | Roel Kluin | 1 | -4/+5 |
| 2008-11-05 | 9p: rdma: remove duplicated #include | Huang Weiyi | 1 | -1/+0 |
| 2008-11-05 | p9: Fix leak of waitqueue in request allocation path | Tom Tucker | 1 | -0/+3 |
| 2008-11-05 | 9p: Remove unneeded free of fcall for Flush | Tom Tucker | 1 | -6/+0 |
| 2008-11-05 | 9p: Make all client spin locks IRQ safe | Tom Tucker | 1 | -4/+6 |
| 2008-11-05 | 9p: rdma: Set trans prior to requesting async connection ops | Tom Tucker | 1 | -1/+3 |
| 2008-11-05 | tcp: Fix recvmsg MSG_PEEK influence of blocking behavior. | David S. Miller | 1 | -2/+1 |
| 2008-11-05 | netfilter: netns ct: walk netns list under RTNL | Alexey Dobriyan | 2 | -0/+8 |
| 2008-11-05 | ipv6: fix run pending DAD when interface becomes ready | Benjamin Thery | 1 | -1/+3 |
| 2008-11-05 | net/9p: fix printk format warnings | Randy Dunlap | 1 | -11/+20 |
| 2008-11-04 | net: fix packet socket delivery in rx irq handler | Patrick McHardy | 2 | -13/+36 |
| 2008-11-04 | xfrm: Have af-specific init_tempsel() initialize family field of temporary se... | Andreas Steffen | 2 | -0/+2 |
| 2008-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 3 | -10/+24 |
| 2008-11-03 | xfrm: Fix xfrm_policy_gc_lock handling. | Alexey Dobriyan | 1 | -2/+2 |
| 2008-11-03 | XFRM: copy_to_user_kmaddress() reports local address twice | Arnaud Ebalard | 1 | -1/+1 |
| 2008-11-02 | udp: Fix the SNMP counter of UDP_MIB_INERRORS | Wei Yongjun | 1 | -2/+8 |
| 2008-11-02 | udp: Fix the SNMP counter of UDP_MIB_INDATAGRAMS | Wei Yongjun | 1 | -5/+13 |
| 2008-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 12 | -17/+89 |
| 2008-11-01 | af_unix: netns: fix problem of return value | Jianjun Kong | 1 | -1/+1 |
| 2008-11-01 | udp: multicast packets need to check namespace | Eric Dumazet | 2 | -9/+11 |
| 2008-11-01 | net: add documentation for skb recycling | Stephen Hemminger | 1 | -0/+12 |
| 2008-11-01 | saner FASYNC handling on file close | Al Viro | 1 | -1/+0 |
| 2008-10-31 | key: fix setkey(8) policy set breakage | Alexey Dobriyan | 1 | -1/+0 |
| 2008-10-31 | xfrm: do not leak ESRCH to user space | fernando@oss.ntt.co | 1 | -0/+2 |
| 2008-10-30 | Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6 | David S. Miller | 4 | -4/+29 |
| 2008-10-30 | netfilter: nf_conntrack_proto_gre: switch to register_pernet_gen_subsys() | Alexey Dobriyan | 1 | -2/+2 |
| 2008-10-30 | netns: add register_pernet_gen_subsys/unregister_pernet_gen_subsys | Alexey Dobriyan | 1 | -0/+32 |
| 2008-10-30 | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2 | -18/+58 |
| 2008-10-30 | netlabel: Fix compilation warnings in net/netlabel/netlabel_addrlist.c | Manish Katiyar | 2 | -0/+24 |
| 2008-10-29 | netlabel: Fix compiler warnings in netlabel_mgmt.c | Paul Moore | 1 | -1/+1 |
| 2008-10-29 | cipso: unsigned buf_len cannot be negative | roel kluin | 1 | -3/+4 |
| 2008-10-28 | pktgen: fix multiple queue warning | Jesse Brandeburg | 1 | -14/+13 |
| 2008-10-28 | SUNRPC: Fix potential race in put_rpccred() | Trond Myklebust | 1 | -1/+1 |
| 2008-10-28 | SUNRPC: Fix rpcauth_prune_expired | Trond Myklebust | 1 | -7/+9 |
| 2008-10-28 | SUNRPC: Respond promptly to server TCP resets | Trond Myklebust | 1 | -10/+48 |
| 2008-10-27 | mac80211: correct warnings in minstrel rate control algorithm | John W. Linville | 1 | -3/+3 |
| 2008-10-27 | RFKILL: fix input layer initialisation | Dmitry Baryshkov | 1 | -0/+5 |
| 2008-10-26 | syncookies: fix inclusion of tcp options in syn-ack | Florian Westphal | 1 | -5/+5 |
| 2008-10-26 | Phonet: do not reply to indication reset packets | Remi Denis-Courmont | 1 | -1/+4 |
| 2008-10-26 | wireless: fix regression caused by regulatory config option | Arjan van de Ven | 1 | -6/+5 |
| 2008-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 7 | -79/+157 |
| 2008-10-23 | tcp: Restore ordering of TCP options for the sake of inter-operability | Ilpo Järvinen | 1 | -6/+17 |
| 2008-10-23 | Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc... | Linus Torvalds | 1 | -3/+4 |
| 2008-10-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -8/+10 |
| 2008-10-23 | [PATCH] assorted path_lookup() -> kern_path() conversions | Al Viro | 1 | -8/+10 |
| 2008-10-23 | net: Fix disjunct computation of netdev features | Herbert Xu | 3 | -69/+82 |
| 2008-10-23 | sctp: Fix to handle SHUTDOWN in SHUTDOWN_RECEIVED state | Wei Yongjun | 2 | -1/+46 |
| 2008-10-23 | sctp: Fix to handle SHUTDOWN in SHUTDOWN-PENDING state | Wei Yongjun | 1 | -1/+1 |
| 2008-10-23 | sctp: Add check for the TSN field of the SHUTDOWN chunk | Wei Yongjun | 1 | -0/+9 |
| 2008-10-23 | sctp: Drop ICMP packet too big message with MTU larger than current PMTU | Wei Yongjun | 1 | -1/+1 |
| 2008-10-22 | 9p: fix sparse warnings | Eric Van Hensbergen | 2 | -12/+13 |
| 2008-10-22 | 9p: rdma: RDMA Transport Support for 9P | Tom Tucker | 3 | -0/+722 |
| 2008-10-22 | 9p: fix debug build error | Eric Van Hensbergen | 2 | -3/+10 |
| 2008-10-22 | Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 | Thomas Gleixner | 1 | -3/+4 |
| 2008-10-21 | tcp: should use number of sack blocks instead of -1 | Ilpo Järvinen | 1 | -1/+1 |
| 2008-10-20 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/eric... | Linus Torvalds | 10 | -3234/+1930 |
| 2008-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 16 | -25/+31 |
| 2008-10-20 | netfilter: replace old NF_ARP calls with NFPROTO_ARP | Jan Engelhardt | 3 | -4/+4 |
| 2008-10-20 | netfilter: fix compilation error with NAT=n | Pablo Neira Ayuso | 1 | -0/+2 |
| 2008-10-20 | netfilter: xt_recent: use proc_create_data() | Alexey Dobriyan | 1 | -6/+4 |
| 2008-10-20 | netfilter: snmp nat leaks memory in case of failure | Ilpo Järvinen | 1 | -0/+1 |
| 2008-10-20 | netfilter: xt_iprange: fix range inversion match | Alexey Dobriyan | 1 | -4/+4 |
| 2008-10-20 | netfilter: ctnetlink: remove obsolete NAT dependency from Kconfig | Patrick McHardy | 1 | -1/+0 |
| 2008-10-19 | pkt_sched: sch_generic: Fix oops in sch_teql | Jarek Poplawski | 1 | -0/+2 |
| 2008-10-19 | dccp: Port redirection support for DCCP | Gerrit Renker | 3 | -3/+4 |
| 2008-10-19 | tcp: Fix IPv6 fallout from 'Port redirection support for TCP' | KOVACS Krisztian | 2 | -3/+4 |
| 2008-10-19 | netdev: change name dropping error codes | Stephen Hemminger | 1 | -3/+3 |
| 2008-10-19 | ipvs: Update CONFIG_IP_VS_IPV6 description and help text | Julius Volz | 1 | -1/+3 |
| 2008-10-17 | 9p: add more conservative locking | Eric Van Hensbergen | 1 | -7/+17 |
| 2008-10-17 | 9p: fix oops in protocol stat parsing error path. | Eric Van Hensbergen | 1 | -2/+2 |
| 2008-10-17 | 9p: Improve debug support | Eric Van Hensbergen | 2 | -27/+70 |
| 2008-10-17 | Merge commit 'linus/master' into merge-linus | Arjan van de Ven | 416 | -13790/+29078 |
| 2008-10-17 | 9p: eliminate depricated conv functions | Eric Van Hensbergen | 3 | -1055/+13 |
| 2008-10-17 | 9p: rework client code to use new protocol support functions | Eric Van Hensbergen | 5 | -515/+572 |
| 2008-10-17 | 9p: remove unnecessary tag field from p9_req_t structure | Eric Van Hensbergen | 1 | -1/+1 |
| 2008-10-17 | 9p: remove 9p fcall debug prints | Eric Van Hensbergen | 4 | -385/+0 |
| 2008-10-17 | 9p: add new protocol support code | Eric Van Hensbergen | 3 | -0/+489 |
| 2008-10-17 | 9p: encapsulate version function | Eric Van Hensbergen | 1 | -30/+44 |
| 2008-10-17 | 9p: move dirread to fs layer | Eric Van Hensbergen | 1 | -103/+0 |
| 2008-10-17 | 9p: move readn meta-function from client to fs layer | Eric Van Hensbergen | 1 | -26/+0 |
| 2008-10-17 | 9p: consolidate read/write functions | Eric Van Hensbergen | 1 | -122/+28 |
| 2008-10-17 | 9p: drop broken unused error path from p9_conn_create() | Tejun Heo | 1 | -16/+1 |
| 2008-10-17 | 9p: make rpc code common and rework flush code | Eric Van Hensbergen | 3 | -307/+311 |
| 2008-10-17 | 9p: use the rcall structure passed in the request in trans_fd read_work | Eric Van Hensbergen | 1 | -63/+66 |
| 2008-10-17 | 9p: apply common request code to trans_fd | Eric Van Hensbergen | 3 | -171/+117 |
| 2008-10-17 | 9p: apply common tagpool handling to trans_fd | Eric Van Hensbergen | 1 | -34/+10 |
| 2008-10-17 | 9p: move request management to client code | Eric Van Hensbergen | 2 | -127/+161 |
| 2008-10-17 | 9p: eliminate callback complexity | Eric Van Hensbergen | 1 | -83/+66 |
| 2008-10-17 | 9p: consolidate mux_rpc and request structure | Eric Van Hensbergen | 1 | -46/+22 |
| 2008-10-17 | 9p: remove unnecessary prototypes | Eric Van Hensbergen | 2 | -548/+495 |
| 2008-10-17 | 9p: remove duplicate client state | Eric Van Hensbergen | 1 | -15/+11 |
| 2008-10-17 | 9p: consolidate transport structure | Eric Van Hensbergen | 4 | -157/+120 |
| 2008-10-17 | 9p-trans_fd: use single poller | Tejun Heo | 1 | -166/+86 |
| 2008-10-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 21 | -47/+26 |
| 2008-10-16 | Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 7 | -268/+616 |
| 2008-10-16 | net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) | Johannes Berg | 20 | -46/+20 |
| 2008-10-16 | ipv4: Add a missing rcu_assign_pointer() in routing cache. | Eric Dumazet | 1 | -1/+6 |
| 2008-10-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 1 | -1/+1 |
| 2008-10-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 21 | -117/+220 |
| 2008-10-16 | sysctl: simplify ->strategy | Alexey Dobriyan | 7 | -31/+21 |
| 2008-10-16 | fix random typos | Danny ter Haar | 1 | -1/+1 |
| 2008-10-16 | driver core: basic infrastructure for per-module dynamic debug messages | Jason Baron | 1 | -1/+1 |
| 2008-10-15 | decnet: Fix compiler warning in dn_dev.c | David S. Miller | 1 | -1/+1 |
| 2008-10-15 | IPV6: Fix default gateway criteria wrt. HIGH/LOW preference radv option | Pedro Ribeiro | 1 | -1/+1 |
| 2008-10-15 | Merge branch 'next' | Trond Myklebust | 7 | -268/+616 |
| 2008-10-15 | net/802/fc.c: Fix compilation warnings | Manish Katiyar | 1 | -1/+1 |
| 2008-10-14 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 10 | -16/+36 |
| 2008-10-14 | netns: correct mib stats in ip6_route_me_harder() | Alexey Dobriyan | 1 | -3/+3 |
| 2008-10-14 | netns: fix net_generic array leak | Alexey Dobriyan | 1 | -1/+1 |
| 2008-10-14 | ath9k/mac80211: disallow fragmentation in ath9k, report to userspace | Johannes Berg | 1 | -1/+1 |
| 2008-10-14 | mac80211: Fix scan RX processing oops | Jouni Malinen | 1 | -1/+2 |
| 2008-10-14 | cfg80211: fix debugfs error handling | Johannes Berg | 1 | -1/+4 |
| 2008-10-14 | mac80211: fix debugfs netdev rename | Johannes Berg | 1 | -1/+5 |
| 2008-10-14 | mac80211: fix HT information element parsing | Johannes Berg | 3 | -11/+6 |
| 2008-10-14 | mac80211: fix debugfs lockup | Johannes Berg | 3 | -1/+18 |
| 2008-10-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -83/+133 |
| 2008-10-14 | HID: move connect quirks | Jiri Slaby | 1 | -3/+0 |
| 2008-10-14 | HID: move apple quirks | Jiri Slaby | 1 | -22/+0 |
| 2008-10-14 | HID: move ignore quirks | Jiri Slaby | 1 | -1/+1 |
| 2008-10-14 | HID: hid, make parsing event driven | Jiri Slaby | 2 | -82/+111 |
| 2008-10-14 | HID: make a bus from hid code | Jiri Slaby | 1 | -9/+55 |
| 2008-10-14 | Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 8 | -207/+989 |
| 2008-10-14 | netfilter: ctnetlink: remove bogus module dependency between ctnetlink and nf... | Pablo Neira Ayuso | 4 | -93/+174 |
| 2008-10-14 | netfilter: fix ebtables dependencies | Patrick McHardy | 1 | -0/+1 |
| 2008-10-14 | netfilter: restore lost #ifdef guarding defrag exception | Patrick McHardy | 1 | -1/+2 |
| 2008-10-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 19 | -23/+25 |
| 2008-10-14 | net/rfkill/rfkill-input.c needs <linux/sched.h> | Geert Uytterhoeven | 1 | -0/+1 |
| 2008-10-13 | net: Rationalise email address: Network Specific Parts | Alan Cox | 16 | -18/+18 |
| 2008-10-13 | dsa: fix compile bug on s390 | Heiko Carstens | 1 | -1/+1 |
| 2008-10-13 | netns: mib6 section fixlet | Alexey Dobriyan | 1 | -1/+1 |
| 2008-10-13 | pktgen: fix skb leak in case of failure | Ilpo Järvinen | 1 | -3/+5 |