aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-10-31softirq: Check preemption after reenabling interruptsThomas Gleixner
2014-10-31net: Add a mutex around devnet_rename_seqSebastian Andrzej Siewior
2014-10-31net: Use local_bh_disable in netif_rx_ni()Thomas Gleixner
2014-10-31net: netfilter: Serialize xt_write_recseq sections on RTThomas Gleixner
2014-10-31net: ip_send_unicast_reply: add missing local serializationNicholas Mc Guire
2014-10-31net: Use get_cpu_light() in ip_send_unicast_reply()Thomas Gleixner
2014-10-31net: Another local_irq_disable/kmalloc headacheThomas Gleixner
2014-10-31net,RT:REmove preemption disabling in netif_rx()Priyanka Jain
2014-10-31net: sysrq via icmpCarsten Emde
2014-10-31net: Avoid livelock in net_tx_action() on RTSteven Rostedt
2014-10-31use skbufhead with raw lockThomas Gleixner
2014-10-31net: Use cpu_chill() instead of cpu_relax()Thomas Gleixner
2014-10-31net-netif_rx_ni-migrate-disable.patchThomas Gleixner
2014-10-31net-wireless-warn-nort.patchThomas Gleixner
2014-10-31softirq-thread-do-softirq.patchThomas Gleixner
2014-10-31net: sched: dev_deactivate_many(): use msleep(1) instead of yield() to wait f...Marc Kleine-Budde
2014-10-31net-flip-lock-dep-thingy.patchThomas Gleixner
2014-07-09netfilter: nf_nat: fix oops on netns removalFlorian Westphal
2014-07-09mac80211: fix a memory leak on sta rate selection tableFelix Fietkau
2014-07-09mac80211: don't check netdev state for debugfs read/writeArik Nemtsov
2014-07-09mac80211: fix IBSS join by initializing last_scan_completedKrzysztof HaƂasa
2014-07-09Bluetooth: Allow change security level on ATT_CID in slave roleMarcin Kraglak
2014-07-09Bluetooth: Fix locking of hdev when calling into SMP codeJohan Hedberg
2014-07-09Bluetooth: Fix indicating discovery state when canceling inquiryJohan Hedberg
2014-07-09Bluetooth: Fix check for connection encryptionJohan Hedberg
2014-07-09Bluetooth: Fix SSP acceptor just-works confirmation without MITMJohan Hedberg
2014-07-06ipvs: Fix panic due to non-linear skbPeter Christensen
2014-07-06SUNRPC: Fix a module reference leak in svc_handle_xprtTrond Myklebust
2014-06-30Bluetooth: Fix L2CAP deadlockJukka Taimisto
2014-06-30Bluetooth: 6LoWPAN: Fix MAC address universal/local bit handlingJukka Rissanen
2014-06-30af_iucv: wrong mapping of sent and confirmed skbsUrsula Braun
2014-06-26udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookupEric Dumazet
2014-06-26rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt
2014-06-26sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang
2014-06-26ipv4: fix a race in ip4_datagram_release_cb()Eric Dumazet
2014-06-26ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov
2014-06-26net: force a list_del() in unregister_netdevice_many()Eric Dumazet
2014-06-26tcp: fix cwnd undo on DSACK in F-RTOYuchung Cheng
2014-06-26net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet
2014-06-26net: tunnels - enable module autoloadingTom Gundersen
2014-06-26bridge: Prevent insertion of FDB entry with disallowed vlanToshiaki Makita
2014-06-26ipv6: Fix regression caused by efe4208 in udp_v6_mcast_next()Sven Wegener
2014-06-26netlink: Only check file credentials for implicit destinationsEric W. Biederman
2014-06-26net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-06-26net: Add variants of capable for use on netlink messagesEric W. Biederman
2014-06-26net: Add variants of capable for use on on socketsEric W. Biederman
2014-06-26net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman
2014-06-26netlink: Rename netlink_capable netlink_allowedEric W. Biederman
2014-06-16netfilter: ipv4: defrag: set local_df flag on defragmented skbFlorian Westphal
2014-06-11netfilter: nfnetlink: Fix use after free when it fails to process batchDenys Fedoryshchenko