summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro2015-02-041-2/+1
* ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro2015-02-041-10/+8
* ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro2015-02-041-1/+1
* net: remove sock_iocbChristoph Hellwig2015-01-281-23/+0
* openvswitch: Add support for checksums on UDP tunnels.Jesse Gross2015-01-281-1/+1
* Merge tag 'nfc-next-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-01-281-4/+21
|\
| * NFC: hci: Add cmd_received handlerChristophe Ricard2015-01-281-0/+8
| * NFC: hci: Change nfc_hci_send_response gate parameter to pipeChristophe Ricard2015-01-271-2/+0
| * NFC: hci: Add pipes table to reference them with a tuple {gate, host}Christophe Ricard2015-01-271-1/+12
| * NFC: hci: Change event_received handler gate parameter to pipeChristophe Ricard2015-01-271-1/+1
* | bonding: cleanup and remove dead codeJonathan Toppins2015-01-271-1/+0
* | bonding: update bond carrier state when min_links option changesJonathan Toppins2015-01-271-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-272-6/+12
|\ \
| * | ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2015-01-261-5/+6
| * | genetlink: synchronize socket closing and family removalJohannes Berg2015-01-161-1/+4
| * | genetlink: document parallel_opsJohannes Berg2015-01-161-0/+2
* | | genetlink: Add genlmsg_parse() helper function.Joe Stringer2015-01-261-0/+17
| |/ |/|
* | vxlan: Eliminate dependency on UDP socket in transmit pathTom Herbert2015-01-241-5/+8
* | udp: Do not require sock in udp_tunnel_xmit_skbTom Herbert2015-01-241-8/+8
* | Merge tag 'mac80211-next-for-davem-2015-01-19' of git://git.kernel.org/pub/sc...David S. Miller2015-01-192-14/+27
|\ \
| * | cfg80211: change bandwidth reporting to explicit fieldJohannes Berg2015-01-151-8/+25
| * | cfg80211: remove 80+80 MHz rate reportingJohannes Berg2015-01-151-5/+3
| * | mac80211: remove 80+80 MHz rate reportingJohannes Berg2015-01-151-4/+2
* | | net: sched: Introduce connmark actionFelix Fietkau2015-01-191-0/+14
* | | tunnels: advertise link netns via netlinkNicolas Dichtel2015-01-192-0/+2
* | | rtnl: add link netns id to interface messagesNicolas Dichtel2015-01-191-0/+2
* | | netns: add rtnl cmd to add and get peer netns idsNicolas Dichtel2015-01-191-0/+4
* | | switchdev: fix typo in inline function definitionJiri Pirko2015-01-181-1/+1
* | | ip_tunnel: Create percpu gro_cellMartin KaFai Lau2015-01-181-17/+12
* | | netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-182-7/+3
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-01-183-6/+32
|\ \ \
| * | | Bluetooth: Remove unused functionRickard Strandqvist2015-01-161-1/+0
| * | | Bluetooth: Add missing response structure for HCI Delete Stored Link KeyMarcel Holtmann2015-01-121-0/+4
| * | | Bluetooth: Handle command complete event for HCI Read Stored Link KeysMarcel Holtmann2015-01-121-0/+2
| * | | Bluetooth: Add defintions for HCI Read Stored Link Key commandMarcel Holtmann2015-01-121-0/+11
| * | | Bluetooth: Add opcode parameter to hci_req_complete_t callbackMarcel Holtmann2015-01-121-1/+1
| * | | Bluetooth: Introduce HCI_QUIRK_FIXUP_INQUIRY_MODE optionMarcel Holtmann2015-01-031-0/+12
| * | | Bluetooth: Remove no longer needed force_sc_support debugfs optionMarcel Holtmann2015-01-022-3/+1
| * | | Bluetooth: Remove broken force_lesc_support debugfs optionMarcel Holtmann2015-01-021-1/+0
| * | | Bluetooth: Introduce force_bredr_smp debugfs option for testingMarcel Holtmann2015-01-021-0/+1
* | | | net: replace br_fdb_external_learn_* calls with switchdev notifier eventsJiri Pirko2015-01-181-0/+11
* | | | switchdev: introduce switchdev notifierJiri Pirko2015-01-181-0/+31
* | | | tc: add BPF based actionJiri Pirko2015-01-171-0/+25
* | | | Merge tag 'mac80211-next-for-davem-2015-01-15' of git://git.kernel.org/pub/sc...David S. Miller2015-01-153-122/+205
|\ \ \ \ | | |/ / | |/| |
| * | | cfg80211: introduce sync regdom set API for self-managedArik Nemtsov2015-01-141-0/+14
| * | | nl80211: support per-TID station statisticsJohannes Berg2015-01-081-0/+21
| * | | nl80211: clarify packet statistics descriptionsJohannes Berg2015-01-081-6/+6
| * | | cfg80211: add nl80211 beacon-only statisticsJohannes Berg2015-01-081-0/+6
| * | | cfg80211: remove enum station_info_flagsJohannes Berg2015-01-081-75/+2
| * | | mac80211: allow drivers to provide most station statisticsJohannes Berg2015-01-081-5/+12