summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Bluetooth: Convert Set SC to use HCI RequestJohan Hedberg2015-01-232-46/+50
| * | Bluetooth: Remove incorrect check for BDADDR_BREDR address typeJohan Hedberg2015-01-231-8/+0
| * | Bluetooth: Check for valid bdaddr in add_remote_oob_dataJohan Hedberg2015-01-231-0/+6
| * | Bluetooth: Require SSP enabling before BR/EDR Secure ConnectionsMarcel Holtmann2015-01-221-0/+5
| * | Bluetooth: Limit BR/EDR switching for LE only with secure connectionsMarcel Holtmann2015-01-221-1/+8
| * | Bluetooth: Fix dependency for BR/EDR Secure Connections mode on SSPMarcel Holtmann2015-01-222-7/+12
| * | Bluetooth: Fix reporting invalid RSSI for LE devicesSzymon Janc2015-01-221-1/+2
* | | net: add skb functions to process remote checksum offloadTom Herbert2015-02-041-16/+2
* | | bridge: Let bridge not age 'externally' learnt FDB entries, they are removed ...Siva Mannem2015-02-041-1/+1
* | | xps: fix xps for stacked devicesEric Dumazet2015-02-042-1/+10
* | | netlabel: Less function calls in netlbl_mgmt_add_common() after error detectionMarkus Elfring2015-02-041-25/+24
* | | netlabel: Deletion of an unnecessary check before the function call "cipso_v4...Markus Elfring2015-02-041-2/+1
* | | netlabel: Deletion of an unnecessary check before the function call "cipso_v4...Markus Elfring2015-02-041-2/+1
* | | net: sctp: Deletion of an unnecessary check before the function call "kfree"Markus Elfring2015-02-031-2/+1
* | | ipv6: Allow for partial checksums on non-ufo packetsVlad Yasevich2015-02-031-1/+10
* | | udpv6: Add lockless sendmsg() supportVlad Yasevich2015-02-031-4/+20
* | | ipv6: Introduce udpv6_send_skb()Vlad Yasevich2015-02-031-27/+40
* | | ipv6: introduce ipv6_make_skbVlad Yasevich2015-02-031-19/+84
* | | ipv6: Append sending data to arbitrary queueVlad Yasevich2015-02-031-39/+67
* | | ipv6: pull cork initialization into its own function.Vlad Yasevich2015-02-031-69/+89
* | | net: dctcp: loosen requirement to assert ECT(0) during 3WHSFlorian Westphal2015-02-031-9/+5
* | | net-timestamp: no-payload only sysctlWillem de Bruijn2015-02-033-1/+32
* | | net-timestamp: no-payload optionWillem de Bruijn2015-02-034-11/+25
* | | bridge: offload bridge port attributes to switch asic if feature flag setRoopa Prabhu2015-02-021-3/+23
* | | swdevice: add new apis to set and del bridge port attributesRoopa Prabhu2015-02-021-0/+110
* | | bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu2015-02-023-8/+10
* | | ipv4: icmp: use percpu allocationEric Dumazet2015-02-011-9/+8
* | | tcp: use SACK RTTs for CCKenneth Klette Jonassen2015-02-011-2/+4
* | | irda: use msecs_to_jiffies for conversionsNicholas Mc Guire2015-01-311-3/+5
* | | net: mark some potential candidates __read_mostlyDaniel Borkmann2015-01-314-5/+5
* | | dev: add per net_device packet type chainsSalam Noureddine2015-01-291-48/+84
* | | rtnetlink: pass link_net to the newlink handlerNicolas Dichtel2015-01-291-1/+1
* | | pkt_sched: fq: remove useless TIME_WAIT checkEric Dumazet2015-01-291-2/+2
* | | act_connmark: fix dependencies betterArnd Bergmann2015-01-291-1/+1
* | | net: remove sock_iocbChristoph Hellwig2015-01-293-103/+43
* | | openvswitch: Add support for checksums on UDP tunnels.Jesse Gross2015-01-293-6/+9
* | | Merge tag 'nfc-next-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-01-295-59/+84
|\ \ \
| * | | NFC: hci: Remove nfc_hci_pipe2gate functionChristophe Ricard2015-01-282-13/+0
| * | | NFC: hci: Add cmd_received handlerChristophe Ricard2015-01-281-0/+3
| * | | NFC: hci: Reference every pipe information according to notificationChristophe Ricard2015-01-282-22/+44
| * | | NFC: hci: Change nfc_hci_send_response gate parameter to pipeChristophe Ricard2015-01-272-21/+8
| * | | NFC: hci: Add pipes table to reference them with a tuple {gate, host}Christophe Ricard2015-01-272-7/+35
| * | | NFC: hci: Change event_received handler gate parameter to pipeChristophe Ricard2015-01-271-1/+1
| * | | NFC: nfc_disable_se Remove useless blank line at beginning of functionChristophe Ricard2015-01-261-1/+0
| * | | NFC: nfc_enable_se Remove useless blank line at beginning of functionChristophe Ricard2015-01-261-1/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-2825-121/+189
|\ \ \ \
| * | | | net: don't OOPS on socket aioChristoph Hellwig2015-01-271-3/+0
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-01-271-2/+8
| |\ \ \ \
| | * | | | xfrm6: Fix the nexthdr offset in _decode_session6.Steffen Klassert2014-12-081-1/+7
| | * | | | xfrm6: Fix transport header offset in _decode_session6.Steffen Klassert2014-12-081-1/+1