summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-05-2357-297/+556
|\
| * batman: fix a bogus warning from batadv_is_on_batman_iface()Cong Wang2014-05-221-1/+1
| * ipv4: initialise the itag variable in __mkroute_inputLi RongQing2014-05-221-1/+1
| * ipv6: gro: fix CHECKSUM_COMPLETE supportEric Dumazet2014-05-212-6/+2
| * net_sched: fix an oops in tcindex filterCong Wang2014-05-211-10/+20
| * ip_tunnel: Initialize the fallback device properlySteffen Klassert2014-05-211-0/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-05-211-26/+23
| |\
| | * netfilter: nf_tables: fix trace of matching non-terminal rulePablo Neira Ayuso2014-05-151-1/+3
| | * netfilter: nf_tables: fix missing return trace at the end of non-base chainPablo Neira Ayuso2014-05-121-5/+3
| | * netfilter: nf_tables: fix bogus rulenum after goto actionPablo Neira Ayuso2014-05-121-1/+1
| | * netfilter: nf_tables: fix tracing of the goto actionPablo Neira Ayuso2014-05-121-1/+5
| | * netfilter: nf_tables: fix goto actionPablo Neira Ayuso2014-05-121-18/+10
| | * netfilter: nf_tables: reset rule number counter after jump and gotoPablo Neira Ayuso2014-05-101-1/+2
| * | bonding: Fix stacked device detection in arp monitoringVlad Yasevich2014-05-161-0/+26
| * | vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich2014-05-163-44/+10
| * | net: Find the nesting level of a given device by type.Vlad Yasevich2014-05-161-0/+50
| * | net: gro: make sure skb->cb[] initial content has not to be zeroEric Dumazet2014-05-162-2/+3
| * | ipv4: ip_tunnels: disable cache for nbma gre tunnelsTimo Teräs2014-05-161-1/+2
| * | net/dsa/dsa.c: increment chip_index during of_node handling on dsa_of_probe()Fabian Godehardt2014-05-161-1/+2
| * | net: ipv6: make "ip -6 route get mark xyz" work.Lorenzo Colitti2014-05-161-0/+3
| * | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2014-05-164-8/+20
| |\ \
| | * | batman-adv: fix local TT check for outgoing arp requests in DATAntonio Quartulli2014-05-151-2/+1
| | * | batman-adv: increase orig refcount when storing ref in gw_nodeAntonio Quartulli2014-05-151-2/+9
| | * | batman-adv: fix reference counting imbalance while sending fragmentAntonio Quartulli2014-05-151-3/+8
| | * | batman-adv: fix indirect hard_iface NULL dereferenceMarek Lindner2014-05-151-1/+2
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-05-165-19/+42
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-155-19/+42
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville2014-05-143-14/+34
| | | |\ \
| | | | * | mac80211: fix on-channel remain-on-channelJohannes Berg2014-05-142-7/+21
| | | | * | mac80211: fix suspend vs. association raceEmmanuel Grumbach2014-05-131-7/+13
| | | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville2014-05-122-5/+8
| | | |\ \ \ | | | | |/ /
| | | | * | mac80211: fix vif name tracingEliad Peller2014-05-091-2/+2
| | | | * | mac80211: allow VHT with peers not capable of 40MHzJohannes Berg2014-05-091-3/+6
| * | | | | af_rxrpc: Fix XDR length check in rxrpc key demarshalling.Nathaniel W Filardo2014-05-161-1/+1
| * | | | | ipv6: update Destination Cache entries when gateway turn into hostDuan Jiong2014-05-152-5/+23
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-05-156-31/+66
| |\ \ \ \ \
| | * | | | | vti: Use the tunnel mark for lookup in the error handlers.Steffen Klassert2014-05-122-2/+8
| | * | | | | vti6: Don't unregister pernet ops twice on init errorsMathias Krause2014-05-121-3/+0
| | * | | | | xfrm6: Properly handle unsupported protocolsSteffen Klassert2014-05-061-1/+10
| | * | | | | xfrm4: Properly handle unsupported protocolsSteffen Klassert2014-04-291-2/+17
| | * | | | | vti4: Don't count header length twice.Steffen Klassert2014-04-161-1/+0
| | * | | | | xfrm: Fix crash with ipv6 IPsec tunnel and NAT.Steffen Klassert2014-04-072-23/+31
| * | | | | | rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang2014-05-153-3/+34
| | |/ / / / | |/| | | |
| * | | | | af_iucv: wrong mapping of sent and confirmed skbsUrsula Braun2014-05-141-1/+1
| * | | | | ipv6: fix calculation of option len in ip6_append_dataHannes Frederic Sowa2014-05-141-1/+1
| * | | | | net: avoid dependency of net_get_random_once on nop patchingHannes Frederic Sowa2014-05-141-4/+4
| * | | | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2014-05-132-4/+57
| |\ \ \ \ \
| | * | | | | batman-adv: fix removing neigh_ifinfoSimon Wunderlich2014-05-111-0/+46
| | * | | | | batman-adv: always run purge_orig_neighborsSimon Wunderlich2014-05-101-4/+4
| | * | | | | batman-adv: fix neigh reference imbalanceSimon Wunderlich2014-05-101-0/+5
OpenPOWER on IntegriCloud