summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-181-1/+0
|\
| * ipv6: simplify detection of first operational link-local address on interfaceHannes Frederic Sowa2014-01-171-1/+0
* | ipv4: fix a dst leak in tunnelsEric Dumazet2014-01-171-1/+0
* | ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAITFlorent Fourcot2014-01-171-3/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-175-3/+29
|\ \
| * | cfg80211: make regulatory_hint() remove REGULATORY_CUSTOM_REGLuis R. Rodriguez2014-01-131-0/+4
| * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-01-132-3/+13
| |\ \
| | * | mac80211: handle MMPDUs at EOSP correctlyJohannes Berg2014-01-101-0/+5
| | * | cfg80211: Add a function to get the number of supported channelsIlan Peer2014-01-091-0/+8
| | * | mac80211: remove channel_change_timeJohannes Berg2014-01-071-3/+0
| * | | Merge tag 'nfc-next-3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-01-132-0/+12
| |\ \ \
| | * | | NFC: NCI: Add set_config APIAmitkumar Karwar2014-01-071-0/+1
| | * | | NFC: NCI: Add setup handlerAmitkumar Karwar2014-01-071-0/+1
| | * | | NFC: digital: Add a note about asynchronous functionsThierry Escande2014-01-041-0/+10
| | |/ /
* | | | neigh: use NEIGH_VAR_INIT in ndo_neigh_setup functions.Jiri Pirko2014-01-161-0/+5
* | | | ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helperLi RongQing2014-01-151-0/+5
* | | | IPv6: move the anycast_src_echo_reply sysctl to netns_sysctl_ipv6FX Le Bail2014-01-141-1/+1
* | | | net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-141-1/+1
* | | | ipv4: register igmp_notifier even when !CONFIG_PROC_FSWANG Cong2014-01-141-1/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-01-131-0/+2
|\ \ \ \
| * | | | {pktgen, xfrm} Introduce xfrm_state_lookup_byspi for pktgenFan Du2014-01-031-0/+2
* | | | | sctp: make sctp_addto_chunk_fixed localstephen hemminger2014-01-131-1/+0
* | | | | net_sched: act: remove struct tcf_act_hdrWANG Cong2014-01-131-4/+0
* | | | | net_sched: optimize tcf_match_indev()WANG Cong2014-01-131-15/+15
* | | | | net_sched: add struct net pointer to tcf_proto_ops->dumpWANG Cong2014-01-131-1/+1
* | | | | net_sched: act: move idx_gen into struct tcf_hashinfoWANG Cong2014-01-131-3/+4
* | | | | ipv4: introduce hardened ip_no_pmtu_disc modeHannes Frederic Sowa2014-01-131-1/+6
* | | | | ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against ...Hannes Frederic Sowa2014-01-133-16/+37
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-105-6/+165
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-01-083-1/+5
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Bluetooth: Add quirk for disabling Delete Stored Link Key commandMarcel Holtmann2014-01-041-1/+2
| | * | | Bluetooth: Enable 6LoWPAN support for BT LE devicesJukka Rissanen2013-12-113-0/+3
| * | | | cfg80211: Add support for QoS mappingKyeyoon Park2013-12-191-1/+52
| * | | | nl80211: support vendor-specific eventsJohannes Berg2013-12-191-4/+61
| * | | | mac80211: add helper functions for tracking P2P NoA stateFelix Fietkau2013-12-191-0/+47
* | | | | netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy2014-01-091-2/+2
* | | | | netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy2014-01-091-6/+16
* | | | | netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy2014-01-091-3/+3
* | | | | netfilter: nf_tables: fix chain type module reference handlingPatrick McHardy2014-01-091-1/+1
* | | | | netfilter: nft_meta: add l4proto supportPatrick McHardy2014-01-073-1/+4
* | | | | netfilter: nf_tables: add "inet" table for IPv4/IPv6Patrick McHardy2014-01-073-0/+5
* | | | | netfilter: nf_tables: add support for multi family tablesPatrick McHardy2014-01-071-1/+8
* | | | | netfilter: nf_tables: add hook ops to struct nft_pktinfoPatrick McHardy2014-01-071-2/+3
* | | | | IPv6: add the option to use anycast addresses as source addresses in echo replyFX Le Bail2014-01-072-0/+8
* | | | | gre_offload: statically build GRE offloading supportEric Dumazet2014-01-061-3/+0
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2014-01-061-0/+4
|\ \ \ \ \
| * | | | | genl: Add genlmsg_new_unicast() for unicast message allocationThomas Graf2014-01-061-0/+4
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-062-4/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | sctp: Remove outqueue empty stateVlad Yasevich2014-01-021-3/+0
| * | | | | net: llc: fix order of evaluation in llc_conn_ac_inc_vr_by_1Daniel Borkmann2014-01-011-1/+1
OpenPOWER on IntegriCloud