aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-09tcp_cubic: add SNMP counters to track how effective is HystartEric Dumazet1-0/+4
2014-12-09net: sched: cls: remove unused op put from tcf_proto_opsJiri Pirko1-1/+0
2014-12-09net: avoid two atomic operations in fast clonesEric Dumazet1-2/+1
2014-12-09rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()Mahesh Bandewar1-0/+5
2014-12-09tc_act: export uapi header filestephen hemminger1-0/+1
2014-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-2/+2
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry2-14/+38
2014-12-08net: Add functions for handling padding frame and adding to lengthAlexander Duyck2-1/+35
2014-12-08net/mlx5_core: Remove unused dev cap enum fieldsEli Cohen1-8/+0
2014-12-08tipc: convert name table read-write lock to RCUYing Xue1-0/+9
2014-12-08net: bcmgenet: enable driver to work without a device treePetri Gynther1-0/+18
2014-12-08hyperv: Add support for vNIC hot removalHaiyang Zhang1-0/+2
2014-12-08net-timestamp: allow reading recv cmsg on errqueue with origin tstampWillem de Bruijn1-1/+2
2014-12-05net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov3-0/+8
2014-12-05bpf: verifier: add checks for BPF_ABS | BPF_IND instructionsAlexei Starovoitov1-0/+1
2014-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller7-26/+46
2014-12-03netfilter: ipset: Alignment problem between 64bit kernel 32bit userspaceJozsef Kadlecsik2-3/+18
2014-12-02bridge: add brport flags to dflt bridge_getlinkScott Feldman1-1/+2
2014-12-02bridge: add new hwmode swdevScott Feldman1-0/+1
2014-12-02bridge: add new brport flag LEARNING_SYNCScott Feldman2-0/+2
2014-12-02bridge: move private brport flags to if_bridge.h so port drivers can use flagsScott Feldman1-0/+12
2014-12-02bridge: add API to notify bridge driver of learned FBD on offloaded deviceScott Feldman2-0/+19
2014-12-02bridge: call netdev_sw_port_stp_update when bridge port STP status changesScott Feldman2-0/+12
2014-12-02rtnl: expose physical switch id for particular deviceJiri Pirko1-0/+1
2014-12-02net: introduce generic switch devices supportJiri Pirko2-0/+40
2014-12-02net: rename netdev_phys_port_id to more generic nameJiri Pirko1-8/+8
2014-12-02net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko2-5/+9
2014-12-02neigh: sort Neighbor Cache Entry FlagsJiri Pirko1-3/+2
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-6/+18
2014-11-28Merge tag 'staging-3.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+1
2014-11-28Merge tag 'sound-3.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-1/+5
2014-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+2
2014-11-27netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one modulePablo Neira Ayuso3-17/+12
2014-11-27netfilter: nf_tables_bridge: export nft_reject_ip*hdr_validate functionsAlvaro Neira1-0/+7
2014-11-27netfilter: conntrack: avoid zeroing timerFlorian Westphal1-6/+9
2014-11-26net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn1-0/+2
2014-11-26Merge tag 'iio-fixes-for-3.18c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman1-1/+1
2014-11-26net: Add remcsum_adjust as common function for remote checksum offloadTom Herbert1-0/+16
2014-11-26kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()Ard Biesheuvel1-1/+1
2014-11-25Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+1
2014-11-25Merge tag 'clk-fixes-for-linus' of https://git.linaro.org/people/mike.turquette/linuxLinus Torvalds2-2/+1
2014-11-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller5-13/+26
2014-11-24tipc: add tipc_netlink.h to uapi KbuildRichard Alpe1-0/+1
2014-11-24tc_vlan: fix type of tcfv_push_vidJiri Pirko1-1/+1
2014-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-0/+56
2014-11-24ipvlan: Initial check-in of the IPVLAN driver.Mahesh Bandewar2-0/+19
2014-11-24vmci_transport: switch ->enqeue_dgram, ->enqueue_stream and ->dequeue_stream to msghdrAl Viro1-3/+3
2014-11-24switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iterAl Viro1-3/+3
2014-11-24switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro1-3/+0
2014-11-24kill zerocopy_sg_from_iovec()Al Viro1-2/+0