aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* pkt_sched: fq: better control of DDOS trafficEric Dumazet2015-02-041-0/+2
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2015-02-048-37/+18
|\
| * vhost: vhost_scsi_handle_vq() should just use copy_from_user()Al Viro2015-02-041-2/+0
| * vhost: don't bother copying iovecs in handle_rx(), kill memcpy_toiovecend()Al Viro2015-02-041-3/+0
| * vhost: switch vhost get_indirect() to iov_iter, kill memcpy_fromiovec()Al Viro2015-02-041-1/+0
| * crypto: switch af_alg_make_sg() to iov_iterAl Viro2015-02-041-2/+1
| * net: bury net/core/iovec.c - nothing in there is used anymoreAl Viro2015-02-041-7/+0
| * net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro2015-02-042-4/+2
| * ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro2015-02-041-10/+8
| * ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro2015-02-041-1/+1
| * rxrpc: switch rxrpc_send_data() to iov_iter primitivesAl Viro2015-02-041-6/+5
| * vmci: propagate msghdr all way down to __qp_memcpy_to_queue()Al Viro2015-02-041-1/+1
* | tcp: do not pace pure ack packetsEric Dumazet2015-02-041-0/+15
* | rhashtable: Introduce rhashtable_walk_*Herbert Xu2015-02-041-0/+35
* | net/mlx4_core: Port aggregation upper layer interfaceMoni Shoua2015-02-042-0/+20
* | net/mlx4_core: Port aggregation low level interfaceMoni Shoua2015-02-043-1/+17
* | net/bonding: Notify state change on slavesMoni Shoua2015-02-041-0/+12
* | net/bonding: Move slave state changes to a helper functionMoni Shoua2015-02-041-0/+5
* | net/core: Add event for a change in slave stateMoni Shoua2015-02-041-0/+15
* | Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/sc...David S. Miller2015-02-044-13/+84
|\ \
| * | nl80211: don't document per-wiphy interface dumpJohannes Berg2015-01-291-2/+2
| * | mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphersJouni Malinen2015-01-271-0/+5
| * | mac80111: Add BIP-CMAC-256 cipherJouni Malinen2015-01-271-0/+9
| * | mac80111: Add GCMP and GCMP-256 ciphersJouni Malinen2015-01-271-5/+10
| * | cfg80211: Add new GCMP, CCMP-256, BIP-GMAC, BIP-CMAC-256 ciphersJouni Malinen2015-01-271-0/+18
| * | nl80211: add an attribute to allow delaying the first scheduled scan cycleLuciano Coelho2015-01-232-6/+19
| * | mac80211: enable TPC through mac80211 stackLorenzo Bianconi2015-01-231-0/+7
| * | nl80211: Allow set network namespace by fdVadim Kochan2015-01-231-0/+2
| * | mac80211: allow drivers to control software cryptoJohannes Berg2015-01-221-0/+12
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-02-042-5/+10
|\ \ \
| * | | Bluetooth: Remove mgmt_rp_read_local_oob_ext_data structJohan Hedberg2015-02-021-4/+0
| * | | Bluetooth: Add restarting to service discoveryJakub Pawlowski2015-02-021-0/+1
| * | | Bluetooth: Add le_scan_restart work for LE scan restartingJakub Pawlowski2015-02-021-0/+5
| * | | Bluetooth: Store OOB data present value for each set of remote OOB dataMarcel Holtmann2015-01-311-0/+1
| * | | Bluetooth: Perform a power cycle when receiving hardware error eventMarcel Holtmann2015-01-281-0/+3
| * | | Bluetooth: Convert Set SC to use HCI RequestJohan Hedberg2015-01-231-1/+0
* | | | net: add skb functions to process remote checksum offloadTom Herbert2015-02-042-0/+36
* | | | xps: fix xps for stacked devicesEric Dumazet2015-02-041-2/+5
* | | | ipv6: introduce ipv6_make_skbVlad Yasevich2015-02-021-0/+19
* | | | ipv6: pull cork initialization into its own function.Vlad Yasevich2015-02-021-5/+7
* | | | net-timestamp: no-payload only sysctlWillem de Bruijn2015-02-021-0/+1
* | | | net-timestamp: no-payload optionWillem de Bruijn2015-02-021-1/+2
* | | | swdevice: add new apis to set and del bridge port attributesRoopa Prabhu2015-02-011-1/+36
* | | | bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu2015-02-011-2/+4
* | | | netdev: introduce new NETIF_F_HW_SWITCH_OFFLOAD feature flag for switch devic...Roopa Prabhu2015-02-011-1/+5
* | | | ipv4: icmp: use percpu allocationEric Dumazet2015-01-311-1/+2
| |_|/ |/| |
* | | dev: add per net_device packet type chainsSalam Noureddine2015-01-291-0/+2
* | | net: remove sock_iocbChristoph Hellwig2015-01-281-23/+0
* | | openvswitch: Add support for checksums on UDP tunnels.Jesse Gross2015-01-281-1/+1
* | | Merge tag 'nfc-next-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-01-283-7/+24
|\ \ \