summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/mlx4_en: Enable DCB ETS ops only when supported by the firmwareOr Gerlitz2013-04-071-0/+1
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-04-078-54/+163
|\
| * netfilter: remove unneeded variable proc_net_netfilterPablo Neira Ayuso2013-04-051-5/+0
| * netfilter: nf_log: prepare net namespace support for loggersGao feng2013-04-052-4/+17
| * netfilter: make /proc/net/netfilter pernetGao feng2013-04-052-0/+13
| * netfilter: fix struct ip6t_frag field descriptionMichal Kubeček2013-04-021-2/+2
| * netfilter: xt_NFQUEUE: introduce CPU fanoutholger@eitzenberger.org2013-04-021-0/+9
| * ipvs: convert services to rcuJulian Anastasov2013-04-021-19/+9
| * ipvs: convert dests to rcuJulian Anastasov2013-04-021-1/+1
| * ipvs: convert sched_lock to spin lockJulian Anastasov2013-04-021-1/+1
| * ipvs: do not expect result from done_serviceJulian Anastasov2013-04-021-2/+2
| * ipvs: reorganize dest trashJulian Anastasov2013-04-021-0/+9
| * ipvs: add ip_vs_dest_hold and ip_vs_dest_putJulian Anastasov2013-04-021-0/+10
| * ipvs: preparations for using rcu in schedulersJulian Anastasov2013-04-021-0/+6
| * ipvs: avoid kmem_cache_zalloc in ip_vs_conn_newJulian Anastasov2013-04-021-0/+15
| * ipvs: reorder keys in connection structureJulian Anastasov2013-04-021-6/+6
| * ipvs: convert connection lockingJulian Anastasov2013-04-021-0/+12
| * ipvs: remove rs_lock by using RCUJulian Anastasov2013-04-021-6/+8
| * ipvs: convert app locksJulian Anastasov2013-04-021-3/+1
| * ipvs: optimize dst usage for real serverJulian Anastasov2013-04-021-3/+9
| * ipvs: rename functions related to dst_cache resetJulian Anastasov2013-04-021-1/+0
| * ipvs: avoid routing by TOS for real serverJulian Anastasov2013-04-021-1/+0
| * net: add skb_dst_set_noref_forceJulian Anastasov2013-04-021-1/+34
* | net: frag queue per hash bucket lockingJesper Dangaard Brouer2013-04-041-1/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-033-5/+6
|\ \
| * \ Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-04-032-4/+4
| |\ \
| | * | Fix breakage in MIPS siginfo handlingDavid Howells2013-03-192-4/+4
| * | | Merge tag 'for-3.9-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rwlov...Linus Torvalds2013-04-021-1/+2
| |\ \ \
| | * | | libfc, fcoe, bnx2fc: Split fc_disc_init into fc_disc_{init, config}Robert Love2013-03-261-1/+2
| | * | | libfc, fcoe, bnx2fc: Always use fcoe_disc_init for discovery layer initializa...Robert Love2013-03-261-1/+1
* | | | | of_net.h: Provide empty functions if OF_NET is not configuredGuenter Roeck2013-04-021-0/+10
* | | | | tcp: Remove dead sysctl_tcp_cookie_size declarationNeal Cardwell2013-04-021-1/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-0112-10/+53
|\| | | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-04-011-1/+1
| |\ \ \ \
| | * | | | line up comment for ndo_bridge_getlinkDmitry Kravkov2013-03-271-1/+1
| * | | | | Merge tag 'for-linus-20130331' of git://git.kernel.dk/linux-blockLinus Torvalds2013-03-311-0/+10
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'stable/for-jens-3.9' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2013-03-221-0/+10
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | * | | | xen/blkback: correctly respond to unknown, non-native requestsDavid Vrabel2013-03-111-0/+10
| * | | | | | Revert "lockdep: check that no locks held at freeze time"Paul Walmsley2013-03-312-5/+2
| * | | | | | Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace pro...Michel Lespinasse2013-03-292-4/+1
| * | | | | | Merge tag 'usb-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-03-281-0/+2
| |\ \ \ \ \ \
| | * | | | | | usb: add find_raw_port_number callback to struct hc_driver()Lan Tianyu2013-03-251-0/+2
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge tag 'char-misc-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-03-281-0/+23
| |\ \ \ \ \ \
| | * | | | | | extcon: max77693: Initialize register of MUIC device to bring up it without p...Chanwoo Choi2013-03-131-0/+23
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-283-0/+8
| |\ \ \ \ \ \
| | * | | | | | userns: Restrict when proc and sysfs can be mountedEric W. Biederman2013-03-271-0/+4
| | * | | | | | vfs: Add a mount flag to lock read only bind mountsEric W. Biederman2013-03-271-0/+2
| | * | | | | | userns: Don't allow creation if the user is chrootedEric W. Biederman2013-03-271-0/+2
| * | | | | | | Merge tag 'stable/for-linus-3.9-rc4-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-03-271-0/+6
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | xen-pciback: notify hypervisor about devices intended to be assigned to guestsJan Beulich2013-03-221-0/+6