| Commit message (Expand) | Author | Age | Files | Lines |
* | openvswitch: checking wrong variable in queue_userspace_packet() | Dan Carpenter | 2012-05-13 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-05-12 | 8 | -65/+36 |
|\ |
|
| * | sctp: check cached dst before using it | Nicolas Dichtel | 2012-05-10 | 2 | -20/+1 |
| * | pktgen: fix crash at module unload | Eric Dumazet | 2012-05-10 | 1 | -2/+8 |
| * | Revert "net: maintain namespace isolation between vlan and real device" | David S. Miller | 2012-05-10 | 2 | -32/+6 |
| * | ipv4: Do not use dead fib_info entries. | David S. Miller | 2012-05-10 | 1 | -0/+2 |
| * | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o... | David S. Miller | 2012-05-08 | 2 | -11/+19 |
| |\ |
|
| | * | openvswitch: Validation of IPv6 set port action uses IPv4 header | Pravin B Shelar | 2012-05-07 | 1 | -7/+15 |
| | * | openvswitch: Release rtnl_lock if ovs_vport_cmd_build_info() failed. | Ansis Atteka | 2012-05-03 | 1 | -3/+2 |
| | * | openvswitch: Add length check when retrieving TCP flags. | Jesse Gross | 2012-04-02 | 1 | -1/+2 |
* | | | Merge tag 'nfs-for-3.4-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2012-05-10 | 1 | -3/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | auth_gss: the list of pseudoflavors not being parsed correctly | Steve Dickson | 2012-05-03 | 1 | -3/+4 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-05-03 | 27 | -106/+246 |
|\ \ \
| |/ /
|/| | |
|
| * | | tcp: change tcp_adv_win_scale and tcp_rmem[2] | Eric Dumazet | 2012-05-02 | 2 | -5/+6 |
| * | | net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsg | Sasha Levin | 2012-05-02 | 1 | -1/+2 |
| * | | drop_monitor: prevent init path from scheduling on the wrong cpu | Neil Horman | 2012-05-02 | 1 | -5/+7 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-05-01 | 4 | -16/+19 |
| |\ \ |
|
| | * | | mac80211: fix AP mode EAP tx for VLAN stations | Felix Fietkau | 2012-04-30 | 1 | -1/+2 |
| | * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 2012-04-27 | 3 | -15/+17 |
| | |\ \ |
|
| | | * | | Bluetooth: Fix missing break in hci_cmd_complete_evt | Szymon Janc | 2012-04-24 | 1 | -0/+1 |
| | | * | | Bluetooth: Temporary keys should be retained during connection | Vishal Agarwal | 2012-04-16 | 2 | -4/+4 |
| | | * | | Bluetooth: hci_persistent_key should return bool | Vishal Agarwal | 2012-04-16 | 2 | -11/+12 |
| * | | | | netem: fix possible skb leak | Eric Dumazet | 2012-05-01 | 1 | -4/+2 |
| * | | | | tcp: fix infinite cwnd in tcp_complete_cwr() | Yuchung Cheng | 2012-04-30 | 1 | -3/+6 |
| * | | | | Merge branch 'master' of git://1984.lsi.us.es/net | David S. Miller | 2012-04-30 | 10 | -39/+91 |
| |\ \ \ \ |
|
| | * | | | | netfilter: xt_CT: fix wrong checking in the timeout assignment path | Pablo Neira Ayuso | 2012-04-30 | 1 | -1/+1 |
| | * | | | | ipvs: kernel oops - do_ip_vs_get_ctl | Hans Schillstrom | 2012-04-30 | 2 | -22/+39 |
| | * | | | | ipvs: take care of return value from protocol init_netns | Hans Schillstrom | 2012-04-30 | 4 | -5/+21 |
| | * | | | | ipvs: null check of net->ipvs in lblc(r) shedulers | Hans Schillstrom | 2012-04-30 | 2 | -0/+6 |
| | * | | | | ipvs: reset ipvs pointer in netns | Julian Anastasov | 2012-04-26 | 1 | -0/+2 |
| | * | | | | ipvs: add check in ftp for initialized core | Julian Anastasov | 2012-04-26 | 1 | -0/+2 |
| | * | | | | ipvs: fix crash in ip_vs_control_net_cleanup on unload | Julian Anastasov | 2012-04-25 | 1 | -2/+2 |
| | * | | | | ipvs: Verify that IP_VS protocol has been registered | Sasha Levin | 2012-04-25 | 1 | -9/+18 |
| * | | | | | drop_monitor: Make updating data->skb smp safe | Neil Horman | 2012-04-28 | 1 | -16/+54 |
| * | | | | | drop_monitor: fix sleeping in invalid context warning | Neil Horman | 2012-04-28 | 1 | -7/+7 |
| * | | | | | tcp: clean up use of jiffies in tcp_rcv_rtt_measure() | Neal Cardwell | 2012-04-27 | 1 | -1/+1 |
| * | | | | | 6lowpan: add missing spin_lock_init() | alex.bluesman.smirnov@gmail.com | 2012-04-26 | 1 | -0/+2 |
| * | | | | | 6lowpan: clean up fragments list if module unloaded | alex.bluesman.smirnov@gmail.com | 2012-04-26 | 1 | -2/+11 |
| * | | | | | 6lowpan: fix segmentation fault caused by mlme request | alex.bluesman.smirnov@gmail.com | 2012-04-26 | 1 | -0/+25 |
| * | | | | | udp_diag: implement idiag_get_info for udp/udplite to get queue information | Shan Wei | 2012-04-25 | 2 | -1/+10 |
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-04-25 | 3 | -4/+4 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| | * | | | | mac80211: call ieee80211_mgd_stop() on interface stop | Eliad Peller | 2012-04-24 | 3 | -4/+4 |
| * | | | | | set fake_rtable's dst to NULL to avoid kernel Oops | Peter Huang (Peng) | 2012-04-24 | 2 | -6/+3 |
* | | | | | | SUNRPC: RPC client must use the current utsname hostname string | Trond Myklebust | 2012-04-30 | 1 | -4/+10 |
* | | | | | | SUNRPC: traverse clients tree on PipeFS event | Stanislav Kinsbursky | 2012-04-27 | 1 | -4/+25 |
* | | | | | | SUNRPC: set per-net PipeFS superblock before notification | Stanislav Kinsbursky | 2012-04-27 | 1 | -1/+2 |
* | | | | | | SUNRPC: skip clients with program without PipeFS entries | Stanislav Kinsbursky | 2012-04-27 | 1 | -2/+2 |
* | | | | | | SUNRPC: skip dead but not buried clients on PipeFS events | Stanislav Kinsbursky | 2012-04-27 | 1 | -1/+2 |
* | | | | | | Merge tag 'nfs-for-3.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2012-04-25 | 1 | -8/+9 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | SUNRPC: register PipeFS file system after pernet sybsystem | Stanislav Kinsbursky | 2012-04-18 | 1 | -8/+9 |