| Commit message (Expand) | Author | Age | Files | Lines |
* | net: remove interrupt.h inclusion from netdevice.h | Alexey Dobriyan | 2011-06-06 | 8 | -0/+8 |
* | sctp: Guard IPV6 specific code properly. | David S. Miller | 2011-06-06 | 1 | -1/+2 |
* | net: Remove unnecessary semicolons | Joe Perches | 2011-06-05 | 3 | -4/+4 |
* | af-packet: Use existing netdev reference for bound sockets. | Ben Greear | 2011-06-05 | 1 | -12/+15 |
* | af-packet: Hold reference to bound network devices. | Ben Greear | 2011-06-05 | 1 | -5/+9 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-06-04 | 7 | -32/+49 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2011-06-04 | 14 | -53/+95 |
| |\ |
|
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-06-03 | 2 | -20/+25 |
| | |\ |
|
| | | * | bluetooth l2cap: fix locking in l2cap_global_chan_by_psm | Johannes Berg | 2011-06-01 | 1 | -1/+1 |
| | | * | cfg80211: don't drop p2p probe responses | Eliad Peller | 2011-06-01 | 1 | -19/+24 |
| | * | | net: tracepoint of net_dev_xmit sees freed skb and causes panic | Koki Sanagi | 2011-06-02 | 1 | -2/+5 |
| | * | | af-packet: Add flag to distinguish VID 0 from no-vlan. | Ben Greear | 2011-06-01 | 1 | -3/+12 |
| | * | | caif: Fix race when conditionally taking rtnl lock | sjur.brandeland@stericsson.com | 2011-06-01 | 1 | -6/+3 |
| | * | | vlan: fix typo in vlan_dev_hard_start_xmit() | Wei Yongjun | 2011-06-01 | 1 | -1/+1 |
| | * | | net/ipv4: Check for mistakenly passed in non-IPv4 address | Marcus Meissner | 2011-06-01 | 1 | -0/+3 |
* | | | | net: 8021q: Add pr_fmt | Joe Perches | 2011-06-02 | 3 | -9/+14 |
* | | | | sctp: Add ASCONF operation on the single-homed host | Michio Honda | 2011-06-02 | 5 | -7/+99 |
* | | | | sctp: Add socket option operation for Auto-ASCONF. | Michio Honda | 2011-06-02 | 1 | -0/+68 |
* | | | | sctp: Add sysctl support for Auto-ASCONF. | Michio Honda | 2011-06-02 | 1 | -0/+7 |
* | | | | sctp: Add Auto-ASCONF support (core). | Michio Honda | 2011-06-02 | 4 | -4/+206 |
* | | | | sctp: Add ADD/DEL ASCONF handling at the receiver. | Michio Honda | 2011-06-02 | 1 | -1/+1 |
* | | | | Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge | David S. Miller | 2011-05-31 | 31 | -276/+284 |
|\ \ \ \ |
|
| * | | | | batman-adv: Ensure that we really have route changes in update_route | Sven Eckelmann | 2011-05-30 | 1 | -1/+1 |
| * | | | | batman-adv: a multiline comment should precede the variable it is describing | Antonio Quartulli | 2011-05-30 | 1 | -4/+4 |
| * | | | | batman-adv: use is_broadcast_ether_addr() instead of compare_eth(.., brd_addr) | Antonio Quartulli | 2011-05-30 | 1 | -1/+1 |
| * | | | | batman-adv: Check type of x and y in seq_(before|after) | Sven Eckelmann | 2011-05-30 | 1 | -2/+5 |
| * | | | | batman-adv: move smallest_signed_int(), seq_before() and seq_after() into main.h | Antonio Quartulli | 2011-05-30 | 2 | -16/+16 |
| * | | | | batman-adv: Use rcu_dereference_protected by update-side | Sven Eckelmann | 2011-05-30 | 3 | -3/+4 |
| * | | | | batman-adv: Calculate sizeof using variable insead of types | Sven Eckelmann | 2011-05-30 | 14 | -72/+65 |
| * | | | | batman-adv: Remove casts from type x to type x | Sven Eckelmann | 2011-05-30 | 2 | -2/+2 |
| * | | | | batman-adv: Remove explicit casts cast from void* for store | Sven Eckelmann | 2011-05-30 | 3 | -3/+3 |
| * | | | | batman-adv: Only use int up and down gw representation | Sven Eckelmann | 2011-05-30 | 1 | -9/+10 |
| * | | | | batman-adv: Add const type qualifier for pointers | Sven Eckelmann | 2011-05-30 | 27 | -157/+166 |
| * | | | | batman-adv: Don't do pointer arithmetic with void* | Sven Eckelmann | 2011-05-30 | 1 | -2/+2 |
| * | | | | batman-adv: Remove comparising < 0 for unsigned type | Sven Eckelmann | 2011-05-30 | 1 | -1/+1 |
| * | | | | batman-adv: Print jiffies as unsigned long | Sven Eckelmann | 2011-05-30 | 1 | -1/+1 |
| * | | | | batman-adv: Annotate functions with format strings | Sven Eckelmann | 2011-05-30 | 2 | -1/+3 |
| * | | | | batman-adv: Use kzalloc rather than kmalloc followed by memset with 0 | Sven Eckelmann | 2011-05-30 | 1 | -2/+1 |
| * | | | | batman-adv: move neigh_node->if_incoming->if_status check in find_router() | Antonio Quartulli | 2011-05-30 | 2 | -3/+3 |
| |/ / / |
|
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-05-31 | 7 | -21/+46 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | sctp: stop pending timers and purge queues when peer restart asoc | Wei Yongjun | 2011-05-31 | 3 | -11/+29 |
| * | | ip_options_compile: properly handle unaligned pointer | Chris Metcalf | 2011-05-31 | 1 | -7/+8 |
| |/ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.... | John W. Linville | 2011-05-27 | 3 | -3/+9 |
| |\ |
|
| | * | mac80211: Remove duplicate linux/slab.h include from net/mac80211/scan.c | Jesper Juhl | 2011-05-27 | 1 | -1/+0 |
| | * | mac80211: clear local->ps_data on disassoc | Eliad Peller | 2011-05-27 | 1 | -0/+1 |
| | * | mac80211: stop queues before rate control updation | Rajkumar Manoharan | 2011-05-26 | 1 | -0/+6 |
| | * | nl80211: fix check for valid SSID size in scan operations | Luciano Coelho | 2011-05-26 | 1 | -2/+2 |
* | | | Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osd | Linus Torvalds | 2011-05-29 | 1 | -0/+19 |
|\ \ \ |
|
| * | | | SUNRPC: introduce xdr_init_decode_pages | Benny Halevy | 2011-05-29 | 1 | -0/+19 |
* | | | | Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2011-05-29 | 1 | -148/+188 |
|\ \ \ \ |
|