aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAge
* ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2013-09-19
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-09-17
|\
| * netfilter: nf_conntrack: use RCU safe kfree for conntrack extensionsMichal Kubeček2013-09-13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-09-11
|\ \
| * | ipv6: don't call fib6_run_gc() until routing is readyMichal Kubeček2013-09-11
| |/
* | Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-11
|\ \ | |/ |/|
| * fs/9p: avoid accessing utsname after namespace has been torn downWill Deacon2013-08-26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-05
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-05
| |\ \
| * | | vxlan: Notify drivers for listening UDP port changesJoseph Gasparakis2013-09-05
| * | | net: ipv6: mld: get rid of MLDV2_MRC and simplify calculationDaniel Borkmann2013-09-04
| * | | net: ipv6: mld: fix v1/v2 switchback timeout to rfc3810, 9.12.Daniel Borkmann2013-09-04
| * | | tcp: Change return value of tcp_rcv_established()Vijay Subramanian2013-09-04
| * | | tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel2013-09-04
| * | | tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel2013-09-04
| * | | vxlan: remove net arg from vxlan[6]_xmit_skb()Nicolas Dichtel2013-09-04
| * | | iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel2013-09-04
| * | | llc: Use normal etherdevice.h testsJoe Perches2013-09-03
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-09-03
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-29
| | |\ \ \
| | | * \ \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-28
| | | |\ \ \
| | | | * | | cfg80211: add flags to cfg80211_rx_mgmt()Vladimir Kondratiev2013-08-23
| | | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-28
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2013-08-22
| | | |\ \ \ \ \
| | | | * | | | | Bluetooth: Add SCO connection fallbackFrédéric Dalleau2013-08-21
| | | | * | | | | Bluetooth: Add constants and macro declaration for transparent dataFrédéric Dalleau2013-08-21
| | | | * | | | | Bluetooth: Parameters for outgoing SCO connectionsFrédéric Dalleau2013-08-21
| | | | * | | | | Bluetooth: Add constants for SCO airmodeFrédéric Dalleau2013-08-21
| | | | * | | | | Bluetooth: Add Bluetooth socket voice optionFrédéric Dalleau2013-08-21
| | | | * | | | | Bluetooth: Use hci_connect_sco directlyFrédéric Dalleau2013-08-21
| | | | * | | | | Bluetooth: Add HCI authentication capabilities macrosMikel Astiz2013-07-25
| | | | | |_|_|/ | | | | |/| | |
| | | * | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-16
| | | |\ \ \ \ \ | | | | | |_|/ / | | | | |/| | |
| | | | * | | | mac80211: add APIs to allow keeping connections after WoWLANJohannes Berg2013-08-16
| | | | * | | | mac80211: add vif to testmode cmdDavid Spinadel2013-08-12
| | | | * | | | cfg80211: add wdev to testmode cmdDavid Spinadel2013-08-12
| | | | * | | | mac80211: add control port protocol TX control flagJohannes Berg2013-08-12
| | | * | | | | NFC: netlink: Add result of firmware operation to completion eventEric Lapuyade2013-08-13
| | | * | | | | NFC: Move nfc_fw_download_done() definition from private to publicEric Lapuyade2013-08-13
| * | | | | | | net: make snmp_mib_free static inlineCong Wang2013-09-03
| * | | | | | | vxlan: add ipv6 proxy supportCong Wang2013-08-31
| * | | | | | | vxlan: add ipv6 route short circuit supportCong Wang2013-08-31
| * | | | | | | vxlan: add ipv6 supportCong Wang2013-08-31
| * | | | | | | ipv6: export a stub for IPv6 symbols used by vxlanCong Wang2013-08-31
| * | | | | | | ipv6: move ip6_dst_hoplimit() into core kernelCong Wang2013-08-31
| * | | | | | | qdisc: make args to qdisc_create_default conststephen hemminger2013-08-31
| * | | | | | | qdisc: allow setting default queuing disciplinestephen hemminger2013-08-31
| * | | | | | | tcp: TSO packets automatic sizingEric Dumazet2013-08-29
| * | | | | | | net: sctp: reorder sctp_globals to reduce cacheline usageDaniel Borkmann2013-08-29
| |/ / / / / /
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2013-08-27
| |\ \ \ \ \ \
| | * | | | | | net: Add NEXTHDR_SCTP to ipv6.hJoe Stringer2013-08-23