aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-02-18net: netfilter: Serialize xt_write_recseq sections on RTThomas Gleixner
2013-02-18net,RT:REmove preemption disabling in netif_rx()Priyanka Jain
2013-02-18net: Use cpu_chill() instead of cpu_relax()Thomas Gleixner
2013-02-18softirq: Check preemption after reenabling interruptsThomas Gleixner
2013-02-18fs: dentry use seqlockThomas Gleixner
2013-02-18ping-sysrq.patchCarsten Emde
2013-02-18net: Avoid livelock in net_tx_action() on RTSteven Rostedt
2013-02-18skbufhead-raw-lock.patchThomas Gleixner
2013-02-18net-netif_rx_ni-migrate-disable.patchThomas Gleixner
2013-02-18net-ipv4-route-use-locks-on-up-rt.patchThomas Gleixner
2013-02-18net-wireless-warn-nort.patchThomas Gleixner
2013-02-18softirq-thread-do-softirq.patchThomas Gleixner
2013-02-18net-flip-lock-dep-thingy.patchThomas Gleixner
2013-02-18netfilter: Use proper rw_lock initializer functionThomas Gleixner
2013-02-14bridge: Pull ip header into skb->data before looking into ip header.Sarveshwar Bandi
2013-02-14tcp: fix for zero packets_in_flight was too broadIlpo Järvinen
2013-02-14tcp: frto should not set snd_cwnd to 0Eric Dumazet
2013-02-14net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann
2013-02-14net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann
2013-02-14sctp: refactor sctp_outq_teardown to insure proper re-initalizationNeil Horman
2013-02-14packet: fix leakage of tx_ring memoryPhil Sutter
2013-02-14ipv6: do not create neighbor entries for local deliveryMarcelo Ricardo Leitner
2013-02-14pktgen: correctly handle failures when adding a deviceCong Wang
2013-02-14net: prevent setting ttl=0 via IP_TTLCong Wang
2013-02-14mac80211: synchronize scan off/on-channel and PS statesStanislaw Gruszka
2013-02-03Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Anderson Lizardo
2013-02-03Bluetooth: Fix sending HCI commands after resetSzymon Janc
2013-01-17mac80211: use del_timer_sync for final sta cleanup timer deletionJohannes Berg
2013-01-17rtnetlink: fix rtnl_calcit() and rtnl_dump_ifinfo()Eric Dumazet
2013-01-17rtnetlink: Fix problem with buffer allocationGreg Rose
2013-01-17rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose
2013-01-17SUNRPC: Ensure that we free the rpc_task after cleanups are doneTrond Myklebust
2013-01-11Bluetooth: cancel power_on work when unregistering the deviceGustavo Padovan
2013-01-11tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet
2013-01-11tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet
2013-01-11tcp: refine SYN handling in tcp_validate_incomingEric Dumazet
2013-01-11tcp: implement RFC 5961 4.2Eric Dumazet
2013-01-11tcp: implement RFC 5961 3.2Eric Dumazet
2013-01-11net: sched: integer overflow fixStefan Hasko
2013-01-11sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala
2013-01-11sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...Tommi Rantala
2012-12-10route: release dst_entry.hh_cache when handling redirectsMichal Kubecek
2012-12-03can: bcm: initialize ifindex for timeouts without previous frame receptionOliver Hartkopp
2012-12-03mac80211: deinitialize ibss-internals after emptiness checkSimon Wunderlich
2012-11-26netfilter: nf_nat: don't check for port change on ICMP tuplesUlrich Weber
2012-11-26netfilter: Mark SYN/ACK packets as invalid from original directionJozsef Kadlecsik
2012-11-26netfilter: Validate the sequence number of dataless ACK packets as wellJozsef Kadlecsik
2012-11-26net-rps: Fix brokeness causing OOO packetsTom Herbert
2012-11-26net: correct check in dev_addr_del()Jiri Pirko
2012-11-26ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return valueHannes Frederic Sowa