summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-05-15WORKAROUND: net: rfkill-gpio: add low power mode for bluetooth chipBeomho Seo1-0/+110
2014-05-15WORKAROUND: Bluetooth: add hci event notificationBeomho Seo1-0/+17
2014-05-15WORKAROUND: net: rfkill-gpio: add host wake and wake pinsBeomho Seo1-0/+99
2014-05-15WORKAROUND: net: rfkill-gpio: fix initial state as blockedSeung-Woo Kim1-0/+4
2014-05-15WORKAROUND: ARM: dts: add rfkill-bluetooth device nodeBeomho Seo1-0/+1
2014-05-15net: rfkill: gpio: add device tree supportChen-Yu Tsai1-1/+24
2014-05-15net: rfkill: gpio: fix reversed clock enable stateChen-Yu Tsai1-1/+1
2014-05-15net: rfkill: gpio: use clk_prepare_enable/clk_disable_unprepareChen-Yu Tsai1-2/+2
2014-05-08net: rfkill: gpio: prepare for DT and ACPI supportHeikki Krogerus1-41/+51
2014-05-08net: rfkill: gpio: spinlock-safe GPIO accessHeikki Krogerus1-8/+8
2014-05-08net: rfkill: gpio: clean up clock handlingHeikki Krogerus2-28/+9
2014-05-07net: rfkill: gpio: convert to resource managed allocationHeikki Krogerus1-55/+20
2014-03-06SUNRPC: Fix races in xs_nospace()Trond Myklebust1-1/+5
2014-03-06net: use __GFP_NORETRY for high order allocationsEric Dumazet1-1/+1
2014-03-06net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal2-4/+84
2014-03-06net: core: introduce netif_skb_dev_featuresFlorian Westphal1-11/+16
2014-03-06net: add and use skb_gso_transport_seglen()Florian Westphal1-0/+25
2014-03-06net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann1-9/+32
2014-03-06ipv4: fix counter in_slow_totDuan Jiong1-2/+2
2014-03-06tcp: tsq: fix nonagle handlingJohn Ogness1-2/+11
2014-03-06netpoll: fix netconsole IPv6 setupSabrina Dubroca1-1/+3
2014-03-06net: fix 'ip rule' iif/oif device renameMaciej Żenczykowski1-0/+7
2014-03-06ipv4: Fix runtime WARNING in rtmsg_ifa()Geert Uytterhoeven1-1/+2
2014-03-06can: add destructor for self generated skbsOliver Hartkopp2-3/+4
2014-03-069p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffersRichard Yao1-1/+4
2014-03-066lowpan: fix lockdep splatsEric Dumazet1-0/+20
2014-02-22mac80211: fix fragmentation code, particularly for encryptionJohannes Berg1-1/+1
2014-02-22mac80211: release the channel in error path in start_apEmmanuel Grumbach1-1/+4
2014-02-22mac80211: move roc cookie assignment earlierEliad Peller1-18/+18
2014-02-13sunrpc: Fix infinite loop in RPC state machineWeston Andros Adamson1-2/+6
2014-02-13fuse: fix pipe_buf_operationsMiklos Szeredi1-31/+1
2014-02-06ip6tnl: fix double free of fb_tnl_dev on exitNicolas Dichtel1-0/+10
2014-02-06Revert "ip6tnl: fix use after free of fb_tnl_dev"Nicolas Dichtel1-0/+2
2014-02-06sit: fix double free of fb_tunnel_dev on exitNicolas Dichtel1-0/+10
2014-02-06net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger2-2/+2
2014-02-06fib_frontend: fix possible NULL pointer dereferenceOliver Hartkopp1-0/+2
2014-02-06ip_tunnel: clear IPCB in ip_tunnel_xmit() in case dst_link_failure() is calledDuan Jiong1-0/+1
2014-02-06bpf: do not use reciprocal divideEric Dumazet1-28/+2
2014-02-06tcp: metrics: Avoid duplicate entries with the same destination-IPChristoph Paasch1-19/+32
2014-02-06net: rds: fix per-cpu helper usageGerald Schaefer1-4/+3
2014-02-06net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa2-4/+10
2014-02-06ieee802154: Fix memory leak in ieee802154_add_iface()Christian Engelmayer1-2/+4
2014-02-06inet_diag: fix inet_diag_dump_icsk() timewait socket state logicNeal Cardwell1-1/+3
2014-02-06x86, x32: Correct invalid use of user timespec in the kernelPaX Team1-7/+2
2014-01-15netfilter: nf_nat: fix access to uninitialized buffer in IRC NAT helperDaniel Borkmann1-5/+27
2014-01-15mac80211: move "bufferable MMPDU" check to fix AP mode scanFelix Fietkau1-10/+13
2014-01-15net: Loosen constraints for recalculating checksum in skb_segment()Simon Horman1-1/+2
2014-01-15bridge: use spin_lock_bh() in br_multicast_set_hash_maxCurt Brune1-2/+2
2014-01-15netpoll: Fix missing TXQ unlock and and OOPS.David S. Miller1-2/+9
2014-01-15net: llc: fix use after free in llc_ui_recvmsgDaniel Borkmann1-2/+3