Age | Commit message (Expand) | Author | Files | Lines |
2010-10-15 | De-pessimize rds_page_copy_user | Linus Torvalds | 1 | -20/+7 |
2010-10-11 | net: clear heap allocations for privileged ethtool actions | Kees Cook | 1 | -3/+3 |
2010-10-11 | ATM: mpc, fix use after free | Jiri Slaby | 1 | -1/+1 |
2010-10-08 | net: clear heap allocation for ETHTOOL_GRXCLSRLALL | Kees Cook | 1 | -1/+1 |
2010-10-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2 | -2/+4 |
2010-10-07 | Revert "mac80211: use netif_receive_skb in ieee80211_tx_status callpath" | John W. Linville | 1 | -2/+2 |
2010-10-07 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova... | David S. Miller | 2 | -33/+33 |
2010-10-07 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 8 | -88/+110 |
2010-10-06 | mac80211: delete AddBA response timer | Johannes Berg | 1 | -0/+2 |
2010-10-06 | caif: fix two caif_connect() bugs | Eric Dumazet | 1 | -6/+15 |
2010-10-05 | cls_u32: signedness bug | Dan Carpenter | 1 | -1/+1 |
2010-10-05 | Bluetooth: Disallow to change L2CAP_OPTIONS values when connected | Gustavo F. Padovan | 1 | -0/+5 |
2010-10-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 5 | -19/+27 |
2010-10-04 | sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac() | Dan Rosenberg | 1 | -2/+6 |
2010-10-04 | sctp: prevent reading out-of-bounds memory | Dan Rosenberg | 1 | -1/+12 |
2010-10-04 | ipv4: correct IGMP behavior on v3 query during v2-compatibility mode | David Stevens | 1 | -1/+13 |
2010-10-04 | Revert "ipv4: Make INET_LRO a bool instead of tristate." | Ben Hutchings | 1 | -1/+1 |
2010-10-04 | net: Fix the condition passed to sk_wait_event() | Nagendra Tomar | 1 | -4/+4 |
2010-10-04 | net: Fix IPv6 PMTU disc. w/ asymmetric routes | Maciej Żenczykowski | 1 | -4/+24 |
2010-10-01 | vlan: dont drop packets from unknown vlans in promiscuous mode | Eric Dumazet | 1 | -4/+10 |
2010-09-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -4/+0 |
2010-09-30 | Revert "Bluetooth: Don't accept ConfigReq if we aren't in the BT_CONFIG state" | Gustavo F. Padovan | 1 | -7/+1 |
2010-09-30 | Bluetooth: Fix inconsistent lock state with RFCOMM | Gustavo F. Padovan | 1 | -0/+4 |
2010-09-30 | Bluetooth: Simplify L2CAP Streaming mode sending | Gustavo F. Padovan | 1 | -17/+7 |
2010-09-30 | Bluetooth: fix MTU L2CAP configuration parameter | Andrei Emeltchenko | 1 | -3/+3 |
2010-09-30 | Bluetooth: Only enable L2CAP FCS for ERTM or streaming | Mat Martineau | 1 | -6/+13 |
2010-09-30 | Phonet: Correct header retrieval after pskb_may_pull | Kumar Sanghvi | 1 | -1/+2 |
2010-09-29 | ip_gre: Fix dependencies wrt. ipv6. | David S. Miller | 1 | -0/+1 |
2010-09-29 | net-2.6: SYN retransmits: Add new parameter to retransmits_timed_out() | Damian Lukowski | 1 | -10/+14 |
2010-09-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 31 | -122/+176 |
2010-09-28 | tcp: Fix >4GB writes on 64-bit. | David S. Miller | 2 | -3/+4 |
2010-09-28 | net/9p: Mount only matching virtio channels | Sven Eckelmann | 1 | -1/+2 |
2010-09-28 | ipv6: add IPv6 to neighbour table overflow warning | Ulrich Weber | 2 | -2/+2 |
2010-09-28 | tcp: fix TSO FACK loss marking in tcp_mark_head_lost | Yuchung Cheng | 1 | -1/+2 |
2010-09-27 | net/9p: fix memory handling/allocation in rdma_request() | Davidlohr Bueso | 1 | -11/+18 |
2010-09-27 | ipv6: add a missing unregister_pernet_subsys call | Neil Horman | 2 | -3/+13 |
2010-09-27 | br2684: fix scheduling while atomic | Karl Hiramoto | 1 | -10/+2 |
2010-09-25 | net: fix a lockdep splat | Eric Dumazet | 6 | -26/+26 |
2010-09-24 | mac80211: fix use-after-free | Johannes Berg | 1 | -4/+0 |
2010-09-23 | xfrm4: strip ECN bits from tos field | Ulrich Weber | 1 | -1/+1 |
2010-09-23 | netfilter: nf_conntrack_defrag: check socket type before touching nodefrag flag | Jiri Olsa | 1 | -1/+3 |
2010-09-23 | netfilter: nf_nat_snmp: fix checksum calculation (v4) | Patrick McHardy | 1 | -2/+4 |
2010-09-23 | netfilter: fix a race in nf_ct_ext_create() | Eric Dumazet | 1 | -1/+3 |
2010-09-23 | netfilter: fix ipt_REJECT TCP RST routing for indev == outdev | Changli Gao | 1 | -0/+1 |
2010-09-23 | netfilter: nf_ct_sip: default to NF_ACCEPT in sip_help_tcp() | Simon Horman | 1 | -1/+1 |
2010-09-23 | netfilter: tproxy: nf_tproxy_assign_sock() can handle tw sockets | Eric Dumazet | 1 | -1/+5 |
2010-09-22 | ip: fix truesize mismatch in ip fragmentation | Eric Dumazet | 2 | -11/+26 |
2010-09-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -1/+1 |
2010-09-21 | tcp: Fix race in tcp_poll | Tom Marshall | 2 | -2/+7 |
2010-09-21 | rose: Fix signedness issues wrt. digi count. | David S. Miller | 1 | -2/+2 |