summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: fix a compilation error when CONFIG_INET is not setW!Andy Zhou2014-10-071-14/+15
* openvswitch: fix a sparse warningAndy Zhou2014-10-071-3/+2
* net: fix a sparse warningAndy Zhou2014-10-071-1/+1
* ipv6: don't walk node's leaf during serial number updateHannes Frederic Sowa2014-10-071-17/+30
* ipv6: make fib6 serial number per namespaceHannes Frederic Sowa2014-10-072-8/+7
* ipv6: only generate one new serial number per fib mutationHannes Frederic Sowa2014-10-071-6/+6
* ipv6: make rt_sernum atomic and serial number fields ordinary intsHannes Frederic Sowa2014-10-071-10/+13
* ipv6: minor fib6 cleanups like type safety, bool conversion, inline removalHannes Frederic Sowa2014-10-071-40/+31
* net: validate_xmit_vlan() is staticEric Dumazet2014-10-061-1/+2
* net: fix rcu access on phonet_routesFabian Frederick2014-10-061-3/+3
* net: sched: do not use tcf_proto 'tp' argument from call_rcuJohn Fastabend2014-10-064-8/+14
* net: sched: cls_cgroup tear down exts and ematch from rcu callbackJohn Fastabend2014-10-061-3/+1
* net: sched: remove tcf_proto from ematch callsJohn Fastabend2014-10-069-20/+21
* net: introduce netdevice gso_min_segs attributeEric Dumazet2014-10-061-3/+6
* ipv4: igmp: fix v3 general query drop monitor false positiveDaniel Borkmann2014-10-061-1/+1
* ethtool: Ethtool parameter to dynamically change tx_copybreakEric Dumazet2014-10-061-0/+1
* 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