summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-63/+118
2015-02-03net: sctp: Deletion of an unnecessary check before the function call "kfree"Markus Elfring1-2/+1
2015-02-03ipv6: Allow for partial checksums on non-ufo packetsVlad Yasevich1-1/+10
2015-02-03udpv6: Add lockless sendmsg() supportVlad Yasevich1-4/+20
2015-02-03ipv6: Introduce udpv6_send_skb()Vlad Yasevich1-27/+40
2015-02-03ipv6: introduce ipv6_make_skbVlad Yasevich1-19/+84
2015-02-03ipv6: Append sending data to arbitrary queueVlad Yasevich1-39/+67
2015-02-03ipv6: pull cork initialization into its own function.Vlad Yasevich1-69/+89
2015-02-03net: dctcp: loosen requirement to assert ECT(0) during 3WHSFlorian Westphal1-9/+5
2015-02-03net-timestamp: no-payload only sysctlWillem de Bruijn3-1/+32
2015-02-03net-timestamp: no-payload optionWillem de Bruijn4-11/+25
2015-02-02Bluetooth: Remove mgmt_rp_read_local_oob_ext_data structJohan Hedberg1-16/+9
2015-02-02Bluetooth: Add restarting to service discoveryJakub Pawlowski1-5/+48
2015-02-02Bluetooth: Add le_scan_restart work for LE scan restartingJakub Pawlowski2-1/+92
2015-02-02bridge: offload bridge port attributes to switch asic if feature flag setRoopa Prabhu1-3/+23
2015-02-02swdevice: add new apis to set and del bridge port attributesRoopa Prabhu1-0/+110
2015-02-02bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu3-8/+10
2015-02-02ipv4: tcp: get rid of ugly unicast_sockEric Dumazet2-32/+35
2015-02-01Bluetooth: Fix OOB data present for BR/EDR Secure Connections Only modeMarcel Holtmann1-17/+21
2015-02-01Bluetooth: Expose remote OOB information as debugfs entryMarcel Holtmann1-0/+31
2015-02-01Bluetooth: Expose hardware error code as debugfs entryMarcel Holtmann1-0/+3
2015-02-01Bluetooth: Expose debug keys usage setting via debugfsMarcel Holtmann1-0/+22
2015-02-01Bluetooth: Track changes from HCI Write Simple Pairing Debug Mode commandMarcel Holtmann1-0/+19
2015-02-01Bluetooth: Expose Secure Simple Pairing debug mode setting in debugfsMarcel Holtmann1-1/+22
2015-02-01ipv4: icmp: use percpu allocationEric Dumazet1-9/+8
2015-02-01tcp: use SACK RTTs for CCKenneth Klette Jonassen1-2/+4
2015-01-31Bluetooth: Allow remote OOB data to only provide P-192 or P-256 valuesMarcel Holtmann1-4/+25
2015-01-31Bluetooth: Fix OOB data present value for SMP pairingMarcel Holtmann1-1/+1
2015-01-31Bluetooth: Fix OOB data present value for BR/EDR Secure ConnectionsMarcel Holtmann1-1/+18
2015-01-31Bluetooth: Store OOB data present value for each set of remote OOB dataMarcel Holtmann1-0/+8
2015-01-31irda: use msecs_to_jiffies for conversionsNicholas Mc Guire1-3/+5
2015-01-31net: Fix vlan_get_protocol for stacked vlanToshiaki Makita1-30/+1
2015-01-31net: mark some potential candidates __read_mostlyDaniel Borkmann4-5/+5
2015-01-31net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...Saran Maruti Ramanara1-1/+1
2015-01-31netlink: fix wrong subscription bitmask to group mapping inPablo Neira1-2/+2
2015-01-30netfilter: nf_tables: fix leaks in error path of nf_tables_newchain()Pablo Neira Ayuso1-2/+6
2015-01-30ipvs: rerouting to local clients is not needed anymoreJulian Anastasov1-11/+22
2015-01-30ipv4: Don't increase PMTU with Datagram Too Big message.Li Wei1-0/+3
2015-01-30dev: add per net_device packet type chainsSalam Noureddine1-48/+84
2015-01-30rtnetlink: pass link_net to the newlink handlerNicolas Dichtel1-1/+1
2015-01-30caif: remove wrong dev_net_set() callNicolas Dichtel1-1/+0
2015-01-29Bluetooth: Fix sending Read Remote Extended Features commandSzymon Janc1-1/+2
2015-01-29tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet1-0/+1
2015-01-29pkt_sched: fq: remove useless TIME_WAIT checkEric Dumazet1-2/+2
2015-01-29act_connmark: fix dependencies betterArnd Bergmann1-1/+1
2015-01-29net: remove sock_iocbChristoph Hellwig3-103/+43
2015-01-29openvswitch: Add support for checksums on UDP tunnels.Jesse Gross3-6/+9
2015-01-29Merge tag 'nfc-next-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller5-59/+84
2015-01-29bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu1-1/+5
2015-01-29tcp: fix timing issue in CUBIC slope calculationNeal Cardwell1-0/+8