Age | Commit message (Expand) | Author |
2013-04-26 | genetlink: fix possible memory leak in genl_family_rcv_msg() | Wei Yongjun |
2013-04-25 | net: fix address check in rtnl_fdb_del | Vlad Yasevich |
2013-04-25 | net: ipv4: typo issue, remove erroneous semicolon | Chen Gang |
2013-04-25 | openvswitch: Use parallel_ops genl. | Pravin B Shelar |
2013-04-25 | genl: Allow concurrent genl callbacks. | Pravin B Shelar |
2013-04-25 | irda: irlmp_reasons[] can be static | Wu Fengguang |
2013-04-25 | net: remove redundant code in dev_hard_start_xmit() | Eric Dumazet |
2013-04-25 | packet: account statistics only in tpacket_stats_u | Daniel Borkmann |
2013-04-25 | packet: reorder a member in packet_ring_buffer | Daniel Borkmann |
2013-04-25 | packet: if hw/sw ts enabled in rx/tx ring, report which ts we got | Daniel Borkmann |
2013-04-25 | packet: enable hardware tx timestamping on tpacket ring | Daniel Borkmann |
2013-04-25 | packet: tx timestamping on tpacket ring | Willem de Bruijn |
2013-04-25 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/... | David S. Miller |
2013-04-25 | netfilter: nf_nat: missing condition in nf_xfrm_me_harder() | Dan Carpenter |
2013-04-24 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller |
2013-04-24 | netlink: fix compilation after memory mapped patches | Nicolas Dichtel |
2013-04-24 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville |
2013-04-23 | netlink: Fix build with mmap disabled. | David S. Miller |
2013-04-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville |
2013-04-23 | caif: Remove bouncing address for Daniel Martensson | sjur.brandeland@stericsson.com |
2013-04-23 | caif: Remove my bouncing email address. | sjur.brandeland@stericsson.com |
2013-04-23 | netlink: fix typo in net/netlink/af_netlink.c | Stephen Rothwell |
2013-04-23 | ipvs: Use network byte order for sync message size | Simon Horman |
2013-04-23 | ipvs: off by one in set_sctp_state() | Dan Carpenter |
2013-04-23 | ipvs: Use min3() in ip_vs_dbg_callid() | Simon Horman |
2013-04-23 | ipvs: Avoid shadowing net variable in ip_vs_leave() | Simon Horman |
2013-04-23 | ipvs: fix sparse warnings for some parameters | Julian Anastasov |
2013-04-23 | ipvs: fix sparse warnings in lblc and lblcr | Julian Anastasov |
2013-04-23 | ipvs: fix the remaining sparse warnings in ip_vs_ctl.c | Julian Anastasov |
2013-04-23 | ipvs: fix sparse warnings for ip_vs_conn listing | Julian Anastasov |
2013-04-23 | ipvs: properly dereference dest_dst in ip_vs_forget_dev | Julian Anastasov |
2013-04-22 | batman-adv: fix global protection fault during soft_iface destruction | Antonio Quartulli |
2013-04-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-04-22 | net: sctp: minor: remove dead code from sctp_packet | Daniel Borkmann |
2013-04-22 | net: Remove return value from list_netdevice() | dingtianhong |
2013-04-22 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville |
2013-04-22 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville |
2013-04-22 | mac80211/minstrel: use the new rate control API | Felix Fietkau |
2013-04-22 | mac80211/minstrel_ht: use the new rate control API | Felix Fietkau |
2013-04-22 | mac80211: improve the rate control API | Felix Fietkau |
2013-04-22 | cfg80211: introduce critical protocol indication from user-space | Arend van Spriel |
2013-04-22 | mac80211: minstrel_ht: initialize rates selection | Karl Beldan |
2013-04-22 | mac80211: minstrel_ht: pick only supported rates for sta and group max*rates | Karl Beldan |
2013-04-22 | rfkill: fix error return code in rfkill_gpio_probe() | Wei Yongjun |
2013-04-22 | mac80211: use synchronize_rcu() with rcu_barrier() | Bob Copeland |
2013-04-22 | mac80211: indicate admission control in TX queue parameters | Alexander Bondar |
2013-04-22 | cfg80211: invert P2P-Device vs. netdev check ordering | Johannes Berg |
2013-04-22 | cfg80211: fix P2P-Device stop locking | Johannes Berg |
2013-04-22 | Merge remote-tracking branch 'wireless-next/master' into mac80211-next | Johannes Berg |
2013-04-21 | net: vlan: fix up vlan_proto_idx() for CONFIG_BUG=n | Patrick McHardy |