summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-08-116lowpan: add generic 6lowpan netdev private dataAlexander Aring5-6/+32
2015-08-11Bluetooth: 6lowpan: change netdev_priv to lowpan_devAlexander Aring1-1/+1
2015-08-11net: rfkill: gpio: Remove BCM2E39 supportFrederic Danis1-1/+0
2015-08-10Bluetooth: Enable new connection establishment procedure.Jakub Pawlowski2-5/+8
2015-08-10Bluetooth: timeout handling in new connect procedureJakub Pawlowski1-2/+6
2015-08-10Bluetooth: advertisement handling in new connect procedureJakub Pawlowski3-37/+72
2015-08-10Bluetooth: add hci_connect_le_scanJakub Pawlowski2-0/+207
2015-08-10Bluetooth: add hci_lookup_le_connectJakub Pawlowski4-10/+7
2015-08-10ieee802154: 6lowpan: fix error frag handlingAlexander Aring1-1/+1
2015-08-10ieee802154: add ack request default handlingAlexander Aring5-1/+77
2015-08-10mac802154: change frame_retries behaviourAlexander Aring2-8/+4
2015-08-10mac802154: cfg: remove test and set checksAlexander Aring1-16/+0
2015-08-10mac802154: fix wpan mac setting while lowpan is thereAlexander Aring1-0/+15
2015-08-10ieee802154: 6lowpan: remove multiple lowpan per wpan supportAlexander Aring3-86/+27
2015-08-106lowpan: Fix extraction of flow label fieldLukasz Duda1-1/+1
2015-08-10Bluetooth: Fix breakage in amp_write_rem_assoc_frag()Dan Carpenter1-1/+1
2015-08-09net: ethernet: Fix double word "the the" in eth.cMasanari Iida1-1/+1
2015-08-09mpls: Enforce payload type of traffic sent using explicit NULLRobert Shearman1-27/+44
2015-08-09net: dsa: add support for switchdev FDB objectsVivien Didelot1-102/+116
2015-08-09net: switchdev: support static FDB addressesVivien Didelot1-1/+1
2015-08-09net: switchdev: change fdb addr for a byte arrayVivien Didelot2-3/+4
2015-08-09net:wimax: Fix doucble word "the the" in networking.xmlMasanari Iida1-2/+1
2015-08-07net: Fix race condition in store_rps_mapTom Herbert1-4/+7
2015-08-07openvswitch: Make 100 percents packets sampled when sampling rate is 1.Wenyu Zhang1-1/+4
2015-08-07vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATAAlexei Starovoitov1-1/+1
2015-08-07RDS-TCP: Support multiple RDS-TCP listen endpoints, one per netns.Sowmini Varadhan4-50/+162
2015-08-07RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than ...Sowmini Varadhan12-27/+59
2015-08-06af_mpls: add null dev check in find_outdevRoopa Prabhu1-0/+3
2015-08-06mpls: small cleanup in inet/inet6_fib_lookup_dev()Dan Carpenter1-9/+4
2015-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller17-194/+398
2015-08-04netfilter: ip6t_REJECT: Remove debug messages from reject_tg6()Subash Abhinov Kasiviswanathan1-5/+0
2015-08-03mpls: Use definition for reserved label checksRobert Shearman1-10/+11
2015-08-03ipv4: apply lwtunnel encap for locally-generated packetsRobert Shearman1-0/+2
2015-08-03lwtunnel: set skb protocol and devRobert Shearman1-2/+10
2015-08-03bridge: mdb: fix vlan_enabled access when vlans are not configuredNikolay Aleksandrov1-2/+2
2015-08-03act_bpf: properly support late binding of bpf action to a classifierDaniel Borkmann1-24/+27
2015-08-03bridge: mdb: add/del entry on all vlans if vlan_filter is enabled and vid is 0Satish Ashok1-8/+60
2015-08-03bridge: Don't segment multiple tagged packets on bridge deviceToshiaki Makita1-0/+1
2015-08-02ebpf: add skb->hash to offset map for usage in {cls, act}_bpf or filtersDaniel Borkmann1-0/+7
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller47-242/+427
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds43-228/+402
2015-07-31ipv6: Disable flowlabel state ranges by defaultTom Herbert1-1/+1
2015-07-31ipv6: Implement different admin modes for automatic flow labelsTom Herbert4-5/+11
2015-07-31ipv6: Call skb_get_hash_flowi6 to get skb->hash in ip6_make_flowlabelTom Herbert3-5/+6
2015-07-31net: Add functions to get skb->hash based on flow structuresTom Herbert1-4/+54
2015-07-31net: dsa: Add netconsole supportFlorian Fainelli2-0/+71
2015-07-31net: dsa: Refactor transmit path to eliminate duplicationFlorian Fainelli6-49/+33
2015-07-31br2684: Remove unnecessary formatting macros b1 and bsJoe Perches1-6/+3
2015-07-31act_pedit: check binding before calling tcf_hash_release()WANG Cong1-3/+2
2015-07-31af_mpls: fix undefined reference to ip6_route_outputRoopa Prabhu1-8/+33