summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-09-111-0/+2
|\
| * ipv6: don't call fib6_run_gc() until routing is readyMichal Kubeček2013-09-111-0/+2
* | Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-111-0/+5
|\ \ | |/ |/|
| * fs/9p: avoid accessing utsname after namespace has been torn downWill Deacon2013-08-261-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-0563-881/+1423
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-054-2/+33
| |\ \
| * | | vxlan: Notify drivers for listening UDP port changesJoseph Gasparakis2013-09-051-0/+1
| * | | net: ipv6: mld: get rid of MLDV2_MRC and simplify calculationDaniel Borkmann2013-09-041-9/+19
| * | | net: ipv6: mld: fix v1/v2 switchback timeout to rfc3810, 9.12.Daniel Borkmann2013-09-042-3/+33
| * | | tcp: Change return value of tcp_rcv_established()Vijay Subramanian2013-09-041-2/+2
| * | | tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel2013-09-041-5/+7
| * | | tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel2013-09-042-2/+1
| * | | vxlan: remove net arg from vxlan[6]_xmit_skb()Nicolas Dichtel2013-09-041-1/+1
| * | | iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel2013-09-041-2/+1
| * | | llc: Use normal etherdevice.h testsJoe Perches2013-09-031-30/+0
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-09-037-10/+137
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-297-10/+137
| | |\ \ \
| | | * \ \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-281-1/+2
| | | |\ \ \
| | | | * | | cfg80211: add flags to cfg80211_rx_mgmt()Vladimir Kondratiev2013-08-231-1/+2
| | | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-281-0/+1
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2013-08-224-1/+25
| | | |\ \ \ \ \
| | | | * | | | | Bluetooth: Add SCO connection fallbackFrédéric Dalleau2013-08-211-1/+1
| | | | * | | | | Bluetooth: Add constants and macro declaration for transparent dataFrédéric Dalleau2013-08-212-0/+2
| | | | * | | | | Bluetooth: Parameters for outgoing SCO connectionsFrédéric Dalleau2013-08-211-2/+3
| | | | * | | | | Bluetooth: Add constants for SCO airmodeFrédéric Dalleau2013-08-211-0/+4
| | | | * | | | | Bluetooth: Add Bluetooth socket voice optionFrédéric Dalleau2013-08-212-0/+9
| | | | * | | | | Bluetooth: Use hci_connect_sco directlyFrédéric Dalleau2013-08-211-0/+2
| | | | * | | | | Bluetooth: Add HCI authentication capabilities macrosMikel Astiz2013-07-251-0/+6
| | | | | |_|_|/ | | | | |/| | |
| | | * | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-162-8/+106
| | | |\ \ \ \ \ | | | | | |_|/ / | | | | |/| | |
| | | | * | | | mac80211: add APIs to allow keeping connections after WoWLANJohannes Berg2013-08-161-0/+83
| | | | * | | | mac80211: add vif to testmode cmdDavid Spinadel2013-08-121-3/+4
| | | | * | | | cfg80211: add wdev to testmode cmdDavid Spinadel2013-08-121-2/+3
| | | | * | | | mac80211: add control port protocol TX control flagJohannes Berg2013-08-121-3/+16
| | | * | | | | NFC: netlink: Add result of firmware operation to completion eventEric Lapuyade2013-08-141-1/+2
| | | * | | | | NFC: Move nfc_fw_download_done() definition from private to publicEric Lapuyade2013-08-141-0/+2
| * | | | | | | net: make snmp_mib_free static inlineCong Wang2013-09-021-1/+11
| * | | | | | | vxlan: add ipv6 proxy supportCong Wang2013-08-312-0/+9
| * | | | | | | vxlan: add ipv6 route short circuit supportCong Wang2013-08-311-0/+1
| * | | | | | | vxlan: add ipv6 supportCong Wang2013-08-311-1/+1
| * | | | | | | ipv6: export a stub for IPv6 symbols used by vxlanCong Wang2013-08-311-0/+15
| * | | | | | | ipv6: move ip6_dst_hoplimit() into core kernelCong Wang2013-08-312-2/+2
| * | | | | | | qdisc: make args to qdisc_create_default conststephen hemminger2013-08-311-2/+2
| * | | | | | | qdisc: allow setting default queuing disciplinestephen hemminger2013-08-312-0/+4
| * | | | | | | tcp: TSO packets automatic sizingEric Dumazet2013-08-292-0/+3
| * | | | | | | net: sctp: reorder sctp_globals to reduce cacheline usageDaniel Borkmann2013-08-291-11/+9
| |/ / / / / /
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2013-08-271-0/+1
| |\ \ \ \ \ \
| | * | | | | | net: Add NEXTHDR_SCTP to ipv6.hJoe Stringer2013-08-231-0/+1
| * | | | | | | net: syncookies: export cookie_v6_init_sequence/cookie_v6_checkPatrick McHardy2013-08-281-0/+4
| * | | | | | | netfilter: add SYNPROXY core/targetPatrick McHardy2013-08-283-1/+84
| * | | | | | | net: syncookies: export cookie_v4_init_sequence/cookie_v4_checkPatrick McHardy2013-08-281-0/+4