Age | Commit message (Expand) | Author |
2012-09-19 | net: fix info leak in compat dev_ifconf() | Mathias Krause |
2012-09-19 | ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT) | Mathias Krause |
2012-09-19 | dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO) | Mathias Krause |
2012-09-19 | llc: fix info leak via getsockname() | Mathias Krause |
2012-09-19 | Bluetooth: L2CAP - Fix info leak via getsockname() | Mathias Krause |
2012-09-19 | Bluetooth: RFCOMM - Fix info leak via getsockname() | Mathias Krause |
2012-09-19 | Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST) | Mathias Krause |
2012-09-19 | Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY) | Mathias Krause |
2012-09-19 | Bluetooth: HCI - Fix info leak via getsockname() | Mathias Krause |
2012-09-19 | Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER) | Mathias Krause |
2012-09-19 | atm: fix info leak via getsockname() | Mathias Krause |
2012-09-19 | atm: fix info leak in getsockopt(SO_ATMPVC) | Mathias Krause |
2012-09-19 | ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lock | Ben Hutchings |
2012-09-19 | af_packet: remove BUG statement in tpacket_destruct_skb | danborkmann@iogearbox.net |
2012-09-19 | net/core: Fix potential memory leak in dev_set_alias() | Alexey Khoroshilov |
2012-09-19 | net_sched: gact: Fix potential panic in tcf_gact(). | Hiroaki SHIMODA |
2012-09-19 | tcp: Apply device TSO segment limit earlier | Ben Hutchings |
2012-09-19 | net: Allow driver to limit number of GSO segments per skb | Ben Hutchings |
2012-09-12 | Bluetooth: Fix using uninitialized option in RFCMode | Szymon Janc |
2012-09-12 | svcrpc: fix svc_xprt_enqueue/svc_recv busy-looping | J. Bruce Fields |
2012-09-12 | svcrpc: sends on closed socket should stop immediately | J. Bruce Fields |
2012-09-12 | svcrpc: fix BUG() in svc_tcp_clear_pages | J. Bruce Fields |
2012-09-12 | dccp: check ccid before dereferencing | Mathias Krause |
2012-09-12 | Bluetooth: Fix legacy pairing with some devices | Szymon Janc |
2012-08-19 | cfg80211: process pending events when unregistering net device | Daniel Drake |
2012-08-19 | mac80211: cancel mesh path timer | Johannes Berg |
2012-08-19 | tcp: perform DMA to userspace only if there is a task waiting for it | Jiri Kosina |
2012-08-19 | net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handling | Jiri Benc |
2012-08-19 | tcp: Add TCP_USER_TIMEOUT negative value check | Hangbin Liu |
2012-08-19 | wanmain: comparing array with NULL | Alan Cox |
2012-08-19 | cipso: don't follow a NULL pointer when setsockopt() is called | Paul Moore |
2012-08-19 | caif: Fix access to freed pernet memory | Sjur Brændeland |
2012-08-19 | sctp: Fix list corruption resulting from freeing an association on a list | Neil Horman |
2012-08-19 | sch_sfb: Fix missing NULL check | Alan Cox |
2012-08-10 | drop_monitor: dont sleep in atomic context | Eric Dumazet |
2012-08-10 | drop_monitor: prevent init path from scheduling on the wrong cpu | Neil Horman |
2012-08-10 | drop_monitor: Make updating data->skb smp safe | Neil Horman |
2012-08-10 | drop_monitor: fix sleeping in invalid context warning | Neil Horman |
2012-08-10 | SUNRPC: return negative value in case rpcbind client creation error | Stanislav Kinsbursky |
2012-08-10 | nfs: skip commit in releasepage if we're freeing memory for fs-related reasons | Jeff Layton |
2012-08-10 | net: feed /dev/random with the MAC address when registering a device | Theodore Ts'o |
2012-08-10 | cfg80211: fix interface combinations check for ADHOC(IBSS) | Liang Li |
2012-07-25 | net: remove skb_orphan_try() | Eric Dumazet |
2012-07-25 | cfg80211: check iface combinations only when iface is running | Michal Kazior |
2012-07-25 | tcp: drop SYN+FIN messages | Eric Dumazet |
2012-07-12 | bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2) | stephen hemminger |
2012-07-12 | ipv6: Move ipv6 proc file registration to end of init order | Thomas Graf |
2012-07-12 | netpoll: fix netpoll_send_udp() bugs | Eric Dumazet |
2012-07-12 | ethtool: allow ETHTOOL_GSSET_INFO for users | Michał Mirosław |
2012-07-12 | l2tp: fix a race in l2tp_ip_sendmsg() | Eric Dumazet |