aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-19
|\
| * tcp: fix build error if IPv6 is not enabledEric Dumazet2014-10-18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-18
|\|
| * net: dsa: add includes for ethtool and phy_fixed definitionsFlorian Fainelli2014-10-17
| * ipv6: introduce tcp_v6_iif()Eric Dumazet2014-10-17
| * ipv4: clean up cookie_v4_check()Cong Wang2014-10-17
| * ipv4: share tcp_v4_save_options() with cookie_v4_check()Cong Wang2014-10-17
| * netlink: fix description of portidNicolas Dichtel2014-10-16
| * ipv6: remove aca_lock spinlock from struct ifacaddr6Li RongQing2014-10-14
| * net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann2014-10-14
| * net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann2014-10-14
* | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-15
|\ \
| * | net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter2014-08-26
* | | lib80211: remove unused print_ssid()Andy Shevchenko2014-10-13
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-11
|\ \ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-10-10
| |\ \
| | * | netfilter: kill nf_send_reset6() from include/net/netfilter/ipv6/nf_reject.hPablo Neira Ayuso2014-10-07
* | | | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-10-10
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo2014-09-24
| |\ \ \
| * | | | percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-07
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-08
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-08
| |\ \ \ \
| | * | | | sctp: handle association restarts when the socket is closed.Vlad Yasevich2014-10-06
| * | | | | openvswitch: fix a compilation error when CONFIG_INET is not setW!Andy Zhou2014-10-07
| * | | | | ipv6: make fib6 serial number per namespaceHannes Frederic Sowa2014-10-07
| * | | | | ipv6: make rt_sernum atomic and serial number fields ordinary intsHannes Frederic Sowa2014-10-07
| * | | | | ipv6: minor fib6 cleanups like type safety, bool conversion, inline removalHannes Frederic Sowa2014-10-07
| * | | | | net: sched: remove tcf_proto from ematch callsJohn Fastabend2014-10-06
| | |_|_|/ | |/| | |
| * | | | net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet2014-10-06
| * | | | openvswitch: Add support for Geneve tunneling.Jesse Gross2014-10-06
| * | | | net: Add Geneve tunneling protocol driverAndy Zhou2014-10-06
| * | | | Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-10-05
| |\ \ \ \
| | * \ \ \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-09-26
| | |\ \ \ \
| | | * | | | Bluetooth: Fix reason code used for rejecting SCO connectionsJohan Hedberg2014-09-24
| | | * | | | Bluetooth: Convert bt_<level> logging functions to return voidJoe Perches2014-09-24
| | | * | | | Bluetooth: Remove exported hci_recv_fragment functionMarcel Holtmann2014-09-17
| | | * | | | Bluetooth: Provide HCI command opcode information to driverMarcel Holtmann2014-09-15
| | * | | | | Merge tag 'nfc-next-3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-09-26
| | |\ \ \ \ \
| | | * | | | | NFC: nci: Add support for proprietary RF ProtocolsChristophe Ricard2014-09-23
| | | * | | | | NFC: NCI: Add support of ISO15693Vincent Cuissard2014-09-01
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-10-05
| |\ \ \ \ \ \ \
| | * | | | | | | ipvs: Clean up comment style in ip_vs.hSimon Horman2014-10-02
| | * | | | | | | netfilter: explicit module dependency between br_netfilter and physdevPablo Neira Ayuso2014-10-02
| | * | | | | | | netfilter: move nf_send_resetX() code to nf_reject_ipvX modulesPablo Neira Ayuso2014-10-02
| | * | | | | | | netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso2014-10-02
| * | | | | | | | Removed unused inet6 address stateSébastien Barré2014-10-04
| * | | | | | | | gue: Receive side for Generic UDP EncapsulationTom Herbert2014-10-03
| * | | | | | | | qdisc: validate skb without holding lockEric Dumazet2014-10-03
| * | | | | | | | qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUEJesper Dangaard Brouer2014-10-03
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-02
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |