aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-04-22net: Use local_bh_disable in netif_rx_ni()Thomas Gleixner
2013-04-22net: netfilter: Serialize xt_write_recseq sections on RTThomas Gleixner
2013-04-22net: Use get_cpu_light() in ip_send_unicast_reply()Thomas Gleixner
2013-04-22net: Another local_irq_disable/kmalloc headacheThomas Gleixner
2013-04-22net: Use cpu_chill() instead of cpu_relax()Thomas Gleixner
2013-04-22net,RT:REmove preemption disabling in netif_rx()Priyanka Jain
2013-04-22softirq: Check preemption after reenabling interruptsThomas Gleixner
2013-04-22net: sysrq via icmpCarsten Emde
2013-04-22net: Avoid livelock in net_tx_action() on RTSteven Rostedt
2013-04-22skbufhead-raw-lock.patchThomas Gleixner
2013-04-22net-netif_rx_ni-migrate-disable.patchThomas Gleixner
2013-04-22net-wireless-warn-nort.patchThomas Gleixner
2013-04-22softirq-thread-do-softirq.patchThomas Gleixner
2013-04-22net-flip-lock-dep-thingy.patchThomas Gleixner
2013-04-11net: fq_codel: Fix off-by-one errorVijay Subramanian
2013-04-11net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet
2013-04-11ipv6: don't accept node local multicast traffic from the wireHannes Frederic Sowa
2013-04-11ipv6: don't accept multicast traffic with scope 0Hannes Frederic Sowa
2013-04-11ipv6: fix bad free of addrconf_init_netHong Zhiguo
2013-04-11unix: fix a race condition in unix_release()Paul Moore
2013-04-11genetlink: trigger BUG_ON if a group name is too longMasatake YAMATO
2013-04-118021q: fix a potential use-after-freeCong Wang
2013-04-11tcp: undo spurious timeout after SACK renegingYuchung Cheng
2013-04-11tcp: preserve ACK clocking in TSOEric Dumazet
2013-04-11net: remove a WARN_ON() in net_enable_timestamp()Eric Dumazet
2013-04-11net/irda: add missing error path release_sock callKees Cook
2013-04-11mac80211: always synchronize_net() during station removalJohannes Berg
2013-04-11SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_lockedTrond Myklebust
2013-04-11inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa
2013-04-11tcp: dont handle MTU reduction on LISTEN socketEric Dumazet
2013-04-11rtnetlink: Mask the rta_type when range checkingVlad Yasevich
2013-04-11tcp: fix skb_availroom()Eric Dumazet
2013-04-11sctp: don't break the loop while meeting the active_path so as to find the ma...Xufeng Zhang
2013-04-11sctp: Use correct sideffect command in duplicate cookie handlingVlad Yasevich
2013-04-11batman-adv: verify tt len does not exceed packet lenMarek Lindner
2013-04-11net/ipv4: Ensure that location of timestamp option is storedDavid Ward
2013-04-11net: qdisc busylock needs lockdep annotationsEric Dumazet
2013-04-11IP_GRE: Revert "IP_GRE: Fix kernel panic in IP_GRE with GRE csum"Steven Rostedt (Red Hat)
2013-03-22tcp: fix SYN-data space mis-accountingYuchung Cheng
2013-03-22ipv4: fix error handling in icmp_protocol.Li Wei
2013-03-22ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki / 吉藤英明
2013-03-22xfrm: release neighbor upon dst destructionRomain KUNTZ
2013-03-22net: splice: fix __splice_segment()Eric Dumazet
2013-03-22net: splice: avoid high order page splittingEric Dumazet
2013-03-22tcp: fix splice() and tcp collapsing interactionEric Dumazet
2013-03-22tcp: splice: fix an infinite loop in tcp_read_sock()Eric Dumazet
2013-03-22tcp: don't abort splice() after small transfersWilly Tarreau
2013-03-22tcp: fix an infinite loop in tcp_slow_start()Eric Dumazet
2013-03-22tcp: detect SYN/data drop when F-RTO is disabledYuchung Cheng
2013-03-22ipv4: Fix route refcount on pmtu discoverySteffen Klassert