summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet2014-10-063-7/+7
* net: skb_segment() provides list head and tailEric Dumazet2014-10-062-12/+20
* openvswitch: Add support for Geneve tunneling.Jesse Gross2014-10-0611-32/+448
* openvswitch: Factor out allocation and verification of actions.Jesse Gross2014-10-061-11/+27
* openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross2014-10-069-42/+73
* openvswitch: Add support for matching on OAM packets.Jesse Gross2014-10-062-5/+13
* openvswitch: Eliminate memset() from flow_extract.Jesse Gross2014-10-061-9/+45
* net: Add Geneve tunneling protocol driverAndy Zhou2014-10-063-0/+388
* Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-10-0512-149/+389
|\
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-10-022-55/+103
| |\
| | * Bluetooth: 6lowpan: Check transmit errors for multicast packetsJukka Rissanen2014-10-021-3/+10
| | * Bluetooth: 6lowpan: Return EAGAIN error also for multicast packetsJukka Rissanen2014-10-021-11/+5
| | * Bluetooth: 6lowpan: Avoid memory leak if memory allocation failsJukka Rissanen2014-10-021-2/+6
| | * Bluetooth: 6lowpan: Memory leak as the skb is not freedJukka Rissanen2014-10-021-0/+2
| | * Bluetooth: Fix lockdep warning with l2cap_chan_connectJohan Hedberg2014-10-021-5/+8
| | * Bluetooth: 6lowpan: Enable multicast supportJukka Rissanen2014-09-291-1/+2
| | * Bluetooth: 6lowpan: Ensure header compression does not corrupt IPv6 headerJukka Rissanen2014-09-291-52/+83
| | * Bluetooth: 6lowpan: Make sure skb exists before accessing itJukka Rissanen2014-09-291-0/+6
| * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-09-266-83/+128
| |\ \ | | |/
| | * Bluetooth: Rename sco_param_wideband table to esco_param_msbcJohan Hedberg2014-09-251-3/+3
| | * Bluetooth: Add retransmission effort into SCO parameter tableJohan Hedberg2014-09-241-12/+11
| | * ieee802154: 6lowpan: ensure header compression does not corrupt ipv6 headerSimon Vincent2014-09-241-36/+89
| | * Bluetooth: Fix reason code used for rejecting SCO connectionsJohan Hedberg2014-09-241-1/+1
| | * Bluetooth: Convert bt_<level> logging functions to return voidJoe Perches2014-09-241-10/+4
| | * Bluetooth: Check for SCO type before setting retransmission effortBernhard Thaler2014-09-231-5/+17
| | * Bluetooth: Fix setting correct security level when initiating SMPJohan Hedberg2014-09-181-1/+4
| | * Bluetooth: Remove exported hci_recv_fragment functionMarcel Holtmann2014-09-171-20/+0
| | * Bluetooth: Provide HCI command opcode information to driverMarcel Holtmann2014-09-151-0/+1
| | * Bluetooth: Add BUILD_BUG_ON check for SKB control buffer sizeMarcel Holtmann2014-09-151-0/+3
| * | Merge tag 'nfc-next-3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-09-264-11/+158
| |\ \
| | * | NFC: nci: Add support for proprietary RF ProtocolsChristophe Ricard2014-09-241-1/+8
| | * | NFC: NCI: Fix NCI RF FRAME interface usageVincent Cuissard2014-09-011-2/+5
| | * | NFC: NCI: Fix nci_register_device init sequenceVincent Cuissard2014-09-011-8/+5
| | * | NFC: NCI: Add support of ISO15693Vincent Cuissard2014-09-012-0/+39
| | * | NFC: digital: Add Inititor-side PSL supportMark A. Greer2014-08-311-0/+101
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-10-0527-177/+593
|\ \ \ \
| * | | | netfilter: nft_masq: register/unregister notifiers on module init/exitArturo Borrero2014-10-032-46/+22
| * | | | netfilter: explicit module dependency between br_netfilter and physdevPablo Neira Ayuso2014-10-022-0/+8
| * | | | netfilter: nf_tables: allow to filter from prerouting and postroutingPablo Neira Ayuso2014-10-021-0/+2
| * | | | netfilter: nft_compat: remove incomplete 32/64 bits arch compat codePablo Neira Ayuso2014-10-021-101/+15
| * | | | netfilter: nf_tables: wait for call_rcu completion on module removalPablo Neira Ayuso2014-10-021-0/+1
| * | | | netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso2014-10-0210-20/+20
| * | | | netfilter: move nf_send_resetX() code to nf_reject_ipvX modulesPablo Neira Ayuso2014-10-026-0/+308
| * | | | netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso2014-10-024-10/+217
* | | | | bridge: Add filtering support for default_pvidVlad Yasevich2014-10-054-7/+136
* | | | | bridge: Simplify pvid checks.Vlad Yasevich2014-10-052-7/+4
* | | | | bridge: Add a default_pvid sysfs attributeVlad Yasevich2014-10-053-0/+48
* | | | | net: sched: suspicious RCU usage in qdisc_watchdogJohn Fastabend2014-10-041-0/+2
* | | | | net: dsa: do not call phy_start_anegFlorian Fainelli2014-10-041-1/+0
* | | | | net: Cleanup skb cloning by adding SKB_FCLONE_FREEVijay Subramanian2014-10-041-4/+4
OpenPOWER on IntegriCloud