| Commit message (Expand) | Author | Age | Files | Lines |
* | ipv4: Don't pre-seed hoplimit metric. | David S. Miller | 2010-12-12 | 7 | -10/+9 |
* | ipv6: Demark default hoplimit as zero. | David S. Miller | 2010-12-12 | 1 | -3/+1 |
* | net: Abstract RTAX_HOPLIMIT metric accesses behind helper. | David S. Miller | 2010-12-12 | 6 | -7/+7 |
* | ipv6: Use ip6_dst_hoplimit() instead of direct dst_metric() calls. | David S. Miller | 2010-12-12 | 3 | -2/+4 |
* | bridge: Use consistent NF_DROP returns in nf_pre_routing | Herbert Xu | 2010-12-10 | 1 | -16/+9 |
* | af_packet: use swap() instead of the open coded macro XC() | Changli Gao | 2010-12-10 | 1 | -5/+3 |
* | ethtool: Report link-down while interface is down | Ben Hutchings | 2010-12-10 | 1 | -2/+15 |
* | pktgen: adding prefetchw() call | Junchang Wang | 2010-12-10 | 1 | -0/+2 |
* | inet6: Remove redundant unlikely() | Tobias Klauser | 2010-12-10 | 1 | -1/+1 |
* | xfrm: Traffic Flow Confidentiality for IPv6 ESP | Martin Willi | 2010-12-10 | 1 | -8/+24 |
* | xfrm: Traffic Flow Confidentiality for IPv4 ESP | Martin Willi | 2010-12-10 | 1 | -8/+24 |
* | xfrm: Add Traffic Flow Confidentiality padding XFRM attribute | Martin Willi | 2010-12-10 | 1 | -2/+17 |
* | net/ipv6/udp.c: fix typo in flush_stack() | Jiri Pirko | 2010-12-10 | 1 | -1/+1 |
* | ipv6: Fix 'release_it' logic in tcp_v6_get_peer() | David S. Miller | 2010-12-10 | 1 | -1/+1 |
* | bridge: Fix return values of br_multicast_add_group/br_multicast_new_group | Tobias Klauser | 2010-12-10 | 1 | -4/+6 |
* | Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6 | David S. Miller | 2010-12-10 | 1 | -8/+0 |
|\ |
|
| * | dccp: remove unused macros | Shan Wei | 2010-12-10 | 1 | -8/+0 |
* | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2010-12-10 | 23 | -219/+538 |
|\ \ |
|
| * \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-12-06 | 24 | -223/+553 |
| |\ \ |
|
| | * \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-12-02 | 2 | -1/+12 |
| | |\ \ |
|
| | * | | | Bluetooth: clean up hci code | Andrei Emeltchenko | 2010-12-01 | 4 | -41/+73 |
| | * | | | Bluetooth: clean up l2cap code | Andrei Emeltchenko | 2010-12-01 | 1 | -4/+3 |
| | * | | | Bluetooth: clean up rfcomm code | Andrei Emeltchenko | 2010-12-01 | 3 | -18/+23 |
| | * | | | Bluetooth: clean up sco code | Andrei Emeltchenko | 2010-12-01 | 1 | -9/+13 |
| | * | | | Bluetooth: Fix error handling for l2cap_init() | Anderson Lizardo | 2010-12-01 | 1 | -2/+5 |
| | * | | | Bluetooth: Get rid of __rfcomm_get_sock_by_channel() | Gustavo F. Padovan | 2010-12-01 | 1 | -12/+7 |
| | * | | | Bluetooth: Get rid of __l2cap_get_sock_by_psm() | Gustavo F. Padovan | 2010-12-01 | 1 | -13/+9 |
| | * | | | Bluetooth: do not use assignment in if condition | Andrei Emeltchenko | 2010-12-01 | 1 | -6/+12 |
| | * | | | Bluetooth: timer check sk is not owned before freeing | Andrei Emeltchenko | 2010-12-01 | 1 | -12/+20 |
| | * | | | Bluetooth: Check sk is not owned before freeing l2cap_conn | Andrei Emeltchenko | 2010-12-01 | 1 | -0/+26 |
| | * | | | Bluetooth: hidp: fix information leak to userland | Vasiliy Kulikov | 2010-12-01 | 1 | -1/+1 |
| | * | | | Bluetooth: cmtp: fix information leak to userland | Vasiliy Kulikov | 2010-12-01 | 1 | -0/+1 |
| | * | | | Bluetooth: bnep: fix information leak to userland | Vasiliy Kulikov | 2010-12-01 | 1 | -0/+1 |
| | * | | | Bluetooth: Automate remote name requests | Johan Hedberg | 2010-12-01 | 1 | -18/+54 |
| | * | | | Bluetooth: Create a unified authentication request function | Johan Hedberg | 2010-12-01 | 1 | -14/+40 |
| | * | | | Bluetooth: Simplify remote features callback function logic | Johan Hedberg | 2010-12-01 | 1 | -44/+47 |
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 int... | Gustavo F. Padovan | 2010-12-01 | 1 | -3/+3 |
| | |\ \ \ |
|
| | * | | | | mac80211: Minor optimization in ieee80211_rx_h_data | Helmut Schaa | 2010-11-30 | 1 | -3/+2 |
| | * | | | | mac80211: fix RX aggregation locking | Johannes Berg | 2010-11-29 | 4 | -38/+45 |
| | * | | | | mac80211: implement off-channel mgmt TX | Johannes Berg | 2010-11-29 | 4 | -6/+129 |
| | * | | | | nl80211/cfg80211: extend mgmt-tx API for off-channel | Johannes Berg | 2010-11-29 | 4 | -14/+63 |
* | | | | | | filter: use size of fetched data in __load_pointer() | Eric Dumazet | 2010-12-09 | 1 | -3/+3 |
* | | | | | | net: optimize INET input path further | Eric Dumazet | 2010-12-09 | 3 | -11/+11 |
* | | | | | | net: Abstract away all dst_entry metrics accesses. | David S. Miller | 2010-12-09 | 9 | -78/+95 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-12-08 | 25 | -128/+163 |
|\ \ \ \ \ |
|
| * | | | | | tcp: protect sysctl_tcp_cookie_size reads | Eric Dumazet | 2010-12-08 | 1 | -12/+15 |
| * | | | | | tcp: avoid a possible divide by zero | Eric Dumazet | 2010-12-08 | 1 | -2/+4 |
| * | | | | | tcp: Replace time wait bucket msg by counter | Tom Herbert | 2010-12-08 | 2 | -1/+2 |
| * | | | | | x25: decrement netdev reference counts on unload | Apollon Oikonomopoulos | 2010-12-08 | 1 | -0/+1 |
| * | | | | | l2tp: Fix modalias of l2tp_ip | Michal Marek | 2010-12-08 | 1 | -1/+5 |