Age | Commit message (Expand) | Author |
2013-10-09 | net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selected | Fabio Estevam |
2013-10-09 | cfg80211: don't add p2p device while in RFKILL | Emmanuel Grumbach |
2013-10-09 | mac80211: correctly close cancelled scans | Emmanuel Grumbach |
2013-10-08 | pkt_sched: fq: fix non TCP flows pacing | Eric Dumazet |
2013-10-08 | net: vlan: fix nlmsg size calculation in vlan_get_size() | Marc Kleine-Budde |
2013-10-08 | pkt_sched: fq: fix typo for initial_quantum | Eric Dumazet |
2013-10-08 | ipv6: Fix the upper MTU limit in GRE tunnel | Oussama Ghorbel |
2013-10-08 | l2tp: Fix build warning with ipv6 disabled. | David S. Miller |
2013-10-08 | 6lowpan: Sync default hardware address of lowpan links to their wpan | Alan Ott |
2013-10-08 | 6lowpan: Only make 6lowpan links to IEEE802154 devices | Alan Ott |
2013-10-08 | xfrm: check for a vaild skb in xfrm_policy_queue_process | Steffen Klassert |
2013-10-08 | xfrm: Add refcount handling to queued policies | Steffen Klassert |
2013-10-07 | net: Update the sysctl permissions handler to test effective uid/gid | Eric W. Biederman |
2013-10-07 | ipv4: fix ineffective source address selection | Jiri Benc |
2013-10-07 | net: fix unsafe set_memory_rw from softirq | Alexei Starovoitov |
2013-10-07 | ipv6: Allow the MTU of ipip6 tunnel to be set below 1280 | Oussama Ghorbel |
2013-10-07 | netif_set_xps_queue: make cpu mask const | Michael S. Tsirkin |
2013-10-04 | tcp: do not forget FIN in tcp_shifted_skb() | Eric Dumazet |
2013-10-03 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller |
2013-10-03 | net: heap overflow in __audit_sockaddr() | Dan Carpenter |
2013-10-03 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville |
2013-10-03 | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller |
2013-10-02 | l2tp: fix kernel panic when using IPv4-mapped IPv6 addresses | François Cachereul |
2013-10-02 | net: do not call sock_put() on TIMEWAIT sockets | Eric Dumazet |
2013-10-02 | tcp: Always set options to 0 before calling tcp_established_options | Andi Kleen |
2013-10-02 | unix_diag: fix info leak | Mathias Krause |
2013-10-02 | batman-adv: set up network coding packet handlers during module init | Matthias Schiffer |
2013-10-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2013-10-01 | pkt_sched: fq: rate limiting improvements | Eric Dumazet |
2013-10-01 | ip6tnl: allow to use rtnl ops on fb tunnel | Nicolas Dichtel |
2013-10-01 | sit: allow to use rtnl ops on fb tunnel | Nicolas Dichtel |
2013-10-01 | ip_tunnel: Remove double unregister of the fallback device | Steffen Klassert |
2013-10-01 | ip_tunnel_core: Change __skb_push back to skb_push | Steffen Klassert |
2013-10-01 | ip_tunnel: Add fallback tunnels to the hash lists | Steffen Klassert |
2013-10-01 | ip_tunnel: Fix a memory corruption in ip_tunnel_xmit | Steffen Klassert |
2013-10-01 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2013-09-30 | ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_put | Salam Noureddine |
2013-09-30 | ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_put | Salam Noureddine |
2013-09-30 | ipv6: gre: correct calculation of max_headroom | Hannes Frederic Sowa |
2013-09-30 | tcp: TSQ can use a dynamic limit | Eric Dumazet |
2013-09-30 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville |
2013-09-30 | pkt_sched: fq: qdisc dismantle fixes | Eric Dumazet |
2013-09-30 | net: flow_dissector: fix thoff for IPPROTO_AH | Eric Dumazet |
2013-09-30 | ipv6: Fix preferred_lft not updating in some cases | Paul Marks |
2013-09-30 | ip_tunnel: Do not use stale inner_iph pointer. | Pravin B Shelar |
2013-09-30 | netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packets | Patrick McHardy |
2013-09-30 | mac80211: Run deferred scan if last roc_list item is not started | Jouni Malinen |
2013-09-30 | mac80211: update sta->last_rx on acked tx frames | Felix Fietkau |
2013-09-30 | mac80211: use sta_info_get_bss() for nl80211 tx and client probing | Felix Fietkau |
2013-09-28 | net: net_secret should not depend on TCP | Eric Dumazet |