aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-03-18net: sched: dev_deactivate_many(): use msleep(1) instead of yield() to wait f...Marc Kleine-Budde
2014-03-07net: ip_send_unicast_reply: add missing local serializationNicholas Mc Guire
2013-12-17net: make devnet_rename_seq a mutexSebastian Andrzej Siewior
2013-12-17net: Use local_bh_disable in netif_rx_ni()Thomas Gleixner
2013-12-17net: netfilter: Serialize xt_write_recseq sections on RTThomas Gleixner
2013-12-17net: Use get_cpu_light() in ip_send_unicast_reply()Thomas Gleixner
2013-12-17net: Another local_irq_disable/kmalloc headacheThomas Gleixner
2013-12-17net: Use cpu_chill() instead of cpu_relax()Thomas Gleixner
2013-12-17net,RT:REmove preemption disabling in netif_rx()Priyanka Jain
2013-12-17softirq: Check preemption after reenabling interruptsThomas Gleixner
2013-12-17net: sysrq via icmpCarsten Emde
2013-12-17net: Avoid livelock in net_tx_action() on RTSteven Rostedt
2013-12-17skbufhead-raw-lock.patchThomas Gleixner
2013-12-17net-netif_rx_ni-migrate-disable.patchThomas Gleixner
2013-12-17net-wireless-warn-nort.patchThomas Gleixner
2013-12-17softirq-thread-do-softirq.patchThomas Gleixner
2013-12-17net-flip-lock-dep-thingy.patchThomas Gleixner
2013-12-06SUNRPC: Avoid deep recursion in rpc_release_clientTrond Myklebust
2013-12-06SUNRPC: fix races on PipeFS UMOUNT notificationsStanislav Kinsbursky
2013-12-06SUNRPC: Fix a data corruption issue when retransmitting RPC callsTrond Myklebust
2013-12-06cfg80211: fix scheduled scan pointer accessJohannes Berg
2013-12-04net: flow_dissector: fail on evil iph->ihlJason Wang
2013-12-04ipv6: ip6_dst_check needs to check for expired dst_entriesHannes Frederic Sowa
2013-11-07mac80211: fix crash if bitrate calculation goes wrongJohannes Berg
2013-11-07wireless: radiotap: fix parsing buffer overrunJohannes Berg
2013-11-07mac80211: correctly close cancelled scansEmmanuel Grumbach
2013-11-07mac80211: update sta->last_rx on acked tx framesFelix Fietkau
2013-11-07mac80211: use sta_info_get_bss() for nl80211 tx and client probingFelix Fietkau
2013-11-07mac80211: drop spoofed packets in ad-hoc modeFelix Fietkau
2013-11-07cfg80211: fix warning when using WEXT for IBSSBruno Randolf
2013-11-01inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa
2013-11-01net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix raceDaniel Borkmann
2013-11-01sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich
2013-11-01sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du
2013-11-01bridge: Correctly clamp MAX forward_delay when enabling STPVlad Yasevich
2013-11-01unix_diag: fix info leakMathias Krause
2013-11-01l2tp: must disable bh before calling l2tp_xmit_skb()Eric Dumazet
2013-11-01vti: get rid of nf mark rule in preroutingChristophe Gouault
2013-11-01net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde
2013-11-01net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selectedFabio Estevam
2013-11-01ipv4: fix ineffective source address selectionJiri Benc
2013-11-01net: heap overflow in __audit_sockaddr()Dan Carpenter
2013-11-01l2tp: Fix build warning with ipv6 disabled.David S. Miller
2013-11-01l2tp: fix kernel panic when using IPv4-mapped IPv6 addressesFrançois Cachereul
2013-11-01net: do not call sock_put() on TIMEWAIT socketsEric Dumazet
2013-11-01tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet
2013-11-01tcp: must unclone packets before mangling themEric Dumazet
2013-11-01ip: fix warning in xfrm4_mode_tunnel_inputstephen hemminger
2013-11-01ipv6: fix warning in xfrm6_mode_tunnel_inputstephen hemminger
2013-11-01net: Add skb_unclone() helper function.Pravin B Shelar