| Commit message (Expand) | Author | Age | Files | Lines |
* | openvswitch: Add gre tunnel support. | Pravin B Shelar | 2013-06-19 | 1 | -0/+1 |
* | openvswitch: Add tunneling interface. | Pravin B Shelar | 2013-06-19 | 1 | -0/+18 |
* | ip_tunnel: Add dont fragment flag. | Pravin B Shelar | 2013-06-19 | 1 | -0/+1 |
* | ip_tunnel: push generic protocol handling to ip_tunnel module. | Pravin B Shelar | 2013-06-19 | 1 | -0/+1 |
* | ip_tunnels: extend iptunnel_xmit() | Pravin B Shelar | 2013-06-19 | 1 | -11/+15 |
* | gre: export gre_handle_offloads() function. | Pravin B Shelar | 2013-06-19 | 1 | -0/+1 |
* | gre: export gre_build_header() function. | Pravin B Shelar | 2013-06-19 | 1 | -0/+2 |
* | gre: Allow multiple protocol listener for gre protocol. | Pravin B Shelar | 2013-06-19 | 1 | -0/+24 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-06-19 | 17 | -19/+75 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-06-15 | 1 | -3/+3 |
| |\ |
|
| | * | ip_tunnel: remove __net_init/exit from exported functions | Eric Dumazet | 2013-06-13 | 1 | -3/+3 |
| * | | smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu(). | David Daney | 2013-06-14 | 1 | -7/+12 |
| * | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa... | Linus Torvalds | 2013-06-13 | 1 | -2/+2 |
| |\ \ |
|
| | * | | trace: Allow idle-safe tracepoints to be called from irq | Paul E. McKenney | 2013-06-10 | 1 | -2/+2 |
| * | | | Merge tag 'asoc-v3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 2013-06-13 | 1 | -1/+2 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | Merge remote-tracking branch 'asoc/fix/core' into asoc-linus | Mark Brown | 2013-06-10 | 1 | -1/+2 |
| | |\ \
| | | |/
| | |/| |
|
| | | * | ASoC: dapm: Treat DAI widgets like AIF widgets for power | Mark Brown | 2013-06-07 | 1 | -1/+2 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-06-12 | 4 | -2/+5 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-06-12 | 2 | -0/+2 |
| | |\ \ \ |
|
| | | * | | | Bluetooth: Fix mgmt handling of power on failures | Johan Hedberg | 2013-06-12 | 2 | -0/+2 |
| | * | | | | team: fix checks in team_get_first_port_txable_rcu() | Jiri Pirko | 2013-06-12 | 1 | -2/+2 |
| | * | | | | sock_diag: fix filter code sent to userspace | Nicolas Dichtel | 2013-06-10 | 1 | -0/+1 |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2013-06-12 | 1 | -0/+3 |
| |\ \ \ \ \ |
|
| | * | | | | | scatterlist: sg_set_buf() argument must be in linear mapping | Rusty Russell | 2013-05-30 | 1 | -0/+3 |
| * | | | | | | include/linux/math64.h: add div64_ul() | Alex Shi | 2013-06-12 | 1 | -2/+4 |
| * | | | | | | mm: migration: add migrate_entry_wait_huge() | Naoya Horiguchi | 2013-06-12 | 1 | -0/+3 |
| * | | | | | | kmsg: honor dmesg_restrict sysctl on /dev/kmsg | Kees Cook | 2013-06-12 | 1 | -2/+2 |
| * | | | | | | CPU hotplug: provide a generic helper to disable/enable CPU hotplug | Srivatsa S. Bhat | 2013-06-12 | 1 | -0/+4 |
| * | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2013-06-11 | 2 | -0/+6 |
| |\ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | | |
|
| | * | | | | | kvm: Add definition of KVM_REG_MIPS | David Daney | 2013-06-11 | 1 | -0/+1 |
| | * | | | | | KVM: add kvm_para_available to asm-generic/kvm_para.h | James Hogan | 2013-06-05 | 1 | -0/+5 |
| * | | | | | | Merge tag 'trace-fixes-v3.10-rc3-v3' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-06-07 | 2 | -0/+29 |
| |\ \ \ \ \ \
| | |_|_|/ / /
| |/| | | | | |
|
| | * | | | | | rcu: Add _notrace variation of rcu_dereference_raw() and hlist_for_each_entry... | Steven Rostedt | 2013-05-28 | 2 | -0/+29 |
| | | |/ / /
| | |/| | | |
|
* | | | | | | net: sctp: remove SCTP_STATIC macro | Daniel Borkmann | 2013-06-17 | 1 | -8/+0 |
* | | | | | | net: sctp: get rid of t_new macro for kzalloc | Daniel Borkmann | 2013-06-17 | 1 | -3/+0 |
* | | | | | | tipc: update code comments to reflect new uapi header path | Ying Xue | 2013-06-17 | 2 | -2/+2 |
* | | | | | | net: add socket option for low latency polling | Eliezer Tamir | 2013-06-17 | 3 | -6/+10 |
* | | | | | | net: convert low latency sockets to sched_clock() | Eliezer Tamir | 2013-06-17 | 1 | -16/+17 |
* | | | | | | net: change sysctl_net_ll_poll into an unsigned int | Eliezer Tamir | 2013-06-17 | 1 | -2/+3 |
* | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/... | David S. Miller | 2013-06-14 | 1 | -1/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | openvswitch: Fix struct comment. | Pravin B Shelar | 2013-06-14 | 1 | -1/+0 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | net/mlx4: Add VF link state support | Rony Efraim | 2013-06-13 | 1 | -1/+1 |
* | | | | | | net/core: Add VF link state control | Rony Efraim | 2013-06-13 | 3 | -0/+17 |
* | | | | | | net-rps: fixes for rps flow limit | Willem de Bruijn | 2013-06-13 | 1 | -2/+2 |
* | | | | | | tcp: properly send new data in fast recovery in first RTT | Yuchung Cheng | 2013-06-13 | 1 | -3/+2 |
* | | | | | | macvtap: slient sparse warnings | Jason Wang | 2013-06-13 | 1 | -1/+1 |
* | | | | | | tun: Report "persist" flag to userspace | Pavel Emelyanov | 2013-06-12 | 1 | -0/+2 |
* | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2013-06-12 | 7 | -34/+191 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-06-11 | 7 | -34/+191 |
| |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2013-06-03 | 2 | -1/+6 |
| | |\ \ \ \ \ \ |
|