summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mlx5: Add driver for Mellanox Connect-IB adaptersEli Cohen2013-07-087-0/+2465
* IB/core: Add reserved values to enums for low-level driver useJack Morgenstein2013-07-081-2/+33
* ndisc: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2013-06-201-1/+1
* ipv6: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2013-06-201-2/+2
* tcp: introduce a per-route knob for quick ackCong Wang2013-06-201-0/+2
* net: sock: adapt SOCK_MIN_RCVBUF and SOCK_MIN_SNDBUFDaniel Borkmann2013-06-201-6/+9
* openvswitch: Add gre tunnel support.Pravin B Shelar2013-06-201-0/+1
* openvswitch: Add tunneling interface.Pravin B Shelar2013-06-201-0/+18
* ip_tunnel: Add dont fragment flag.Pravin B Shelar2013-06-201-0/+1
* ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar2013-06-201-0/+1
* ip_tunnels: extend iptunnel_xmit()Pravin B Shelar2013-06-201-11/+15
* gre: export gre_handle_offloads() function.Pravin B Shelar2013-06-201-0/+1
* gre: export gre_build_header() function.Pravin B Shelar2013-06-201-0/+2
* gre: Allow multiple protocol listener for gre protocol.Pravin B Shelar2013-06-201-0/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-2017-19/+75
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-06-151-3/+3
| |\
| | * ip_tunnel: remove __net_init/exit from exported functionsEric Dumazet2013-06-131-3/+3
| * | smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu().David Daney2013-06-151-7/+12
| * | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2013-06-131-2/+2
| |\ \
| | * | trace: Allow idle-safe tracepoints to be called from irqPaul E. McKenney2013-06-101-2/+2
| * | | Merge tag 'asoc-v3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2013-06-131-1/+2
| |\ \ \ | | |_|/ | |/| |
| | * | Merge remote-tracking branch 'asoc/fix/core' into asoc-linusMark Brown2013-06-101-1/+2
| | |\ \ | | | |/ | | |/|
| | | * ASoC: dapm: Treat DAI widgets like AIF widgets for powerMark Brown2013-06-071-1/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-06-134-2/+5
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-122-0/+2
| | |\ \ \
| | | * | | Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg2013-06-122-0/+2
| | * | | | team: fix checks in team_get_first_port_txable_rcu()Jiri Pirko2013-06-121-2/+2
| | * | | | sock_diag: fix filter code sent to userspaceNicolas Dichtel2013-06-111-0/+1
| * | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2013-06-131-0/+3
| |\ \ \ \ \
| | * | | | | scatterlist: sg_set_buf() argument must be in linear mappingRusty Russell2013-05-301-0/+3
| * | | | | | include/linux/math64.h: add div64_ul()Alex Shi2013-06-131-2/+4
| * | | | | | mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi2013-06-131-0/+3
| * | | | | | kmsg: honor dmesg_restrict sysctl on /dev/kmsgKees Cook2013-06-131-2/+2
| * | | | | | CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat2013-06-131-0/+4
| * | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-06-112-0/+6
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | kvm: Add definition of KVM_REG_MIPSDavid Daney2013-06-111-0/+1
| | * | | | | KVM: add kvm_para_available to asm-generic/kvm_para.hJames Hogan2013-06-051-0/+5
| * | | | | | Merge tag 'trace-fixes-v3.10-rc3-v3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-06-082-0/+29
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | rcu: Add _notrace variation of rcu_dereference_raw() and hlist_for_each_entry...Steven Rostedt2013-05-292-0/+29
| | | |/ / / | | |/| | |
* | | | | | net: sctp: remove SCTP_STATIC macroDaniel Borkmann2013-06-181-8/+0Star
* | | | | | net: sctp: get rid of t_new macro for kzallocDaniel Borkmann2013-06-181-3/+0Star
* | | | | | tipc: update code comments to reflect new uapi header pathYing Xue2013-06-182-2/+2
* | | | | | net: add socket option for low latency pollingEliezer Tamir2013-06-183-6/+10
* | | | | | net: convert low latency sockets to sched_clock()Eliezer Tamir2013-06-181-16/+17
* | | | | | net: change sysctl_net_ll_poll into an unsigned intEliezer Tamir2013-06-181-2/+3
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2013-06-151-1/+0Star
|\ \ \ \ \ \
| * | | | | | openvswitch: Fix struct comment.Pravin B Shelar2013-06-151-1/+0Star
| | |/ / / / | |/| | | |
* | | | | | net/mlx4: Add VF link state supportRony Efraim2013-06-141-1/+1
* | | | | | net/core: Add VF link state controlRony Efraim2013-06-143-0/+17
* | | | | | net-rps: fixes for rps flow limitWillem de Bruijn2013-06-141-2/+2