summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ip: zero sockaddr returned on error queueWillem de Bruijn2015-01-152-13/+5
* Merge tag 'mac80211-for-davem-2015-01-15' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-01-152-23/+35
|\
| * cfg80211: fix deadlock during reg chan checkArik Nemtsov2015-01-071-22/+34
| * mac80211: uninitialized return val in __ieee80211_sta_handle_tspec_ac_paramsJohn Linville2015-01-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-01-1512-40/+90
|\ \
| * | openvswitch: packet messages need their own probe attribtueThomas Graf2015-01-141-1/+2
| * | bridge: only provide proxy ARP when CONFIG_INET is enabledArnd Bergmann2015-01-141-1/+2
| * | neighbour: fix base_reachable_time(_ms) not effective immediatly when changedJean-Francois Remy2015-01-141-0/+44
| * | tipc: fix bug in broadcast retransmit codeJon Paul Maloy2015-01-121-2/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-01-127-35/+38
| |\ \
| | * | netfilter: nf_tables: fix flush ruleset chain dependenciesPablo Neira Ayuso2015-01-061-5/+9
| | * | netfilter: nfnetlink: relax strict multicast group check from netlink_bindPablo Neira Ayuso2015-01-061-1/+1
| | * | netfilter: nfnetlink: validate nfnetlink header from batchPablo Neira Ayuso2015-01-061-1/+2
| | * | netfilter: conntrack: fix race between confirmation and flushPablo Neira Ayuso2015-01-061-11/+9
| | * | netfilter: nf_tables: fix port natting in little endian archsleroy christophe2014-12-233-12/+12
| | * | Merge tag 'ipvs2-for-v3.19' of https://git.kernel.org/pub/scm/linux/kernel/gi...Pablo Neira Ayuso2014-12-181-5/+5
| | |\ \
| | | * | ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter2014-12-101-5/+5
| * | | | packet: bail out of packet_snd() if L2 header creation failsChristoph Jaeger2015-01-111-1/+1
* | | | | Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-01-091-3/+3
|\ \ \ \ \
| * | | | | rpc: fix xdr_truncate_encode to handle buffer ending on page boundaryJ. Bruce Fields2015-01-071-3/+3
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-01-092-2/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | libceph: fix sparse endianness warningsIlya Dryomov2015-01-082-2/+2
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-01-068-18/+31
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2015-01-064-10/+16
| |\ \ \ \
| | * | | | batman-adv: fix potential TT client + orig-node memory leakLinus Lüssing2015-01-061-3/+3
| | * | | | batman-adv: fix multicast counter when purging originatorsLinus Lüssing2015-01-061-1/+2
| | * | | | batman-adv: fix counter for multicast supporting nodesLinus Lüssing2015-01-061-3/+5
| | * | | | batman-adv: fix lock class for decoding hash in network-coding.cMartin Hundebøll2015-01-061-1/+1
| | * | | | batman-adv: fix delayed foreign originator recognitionLinus Lüssing2015-01-061-0/+1
| | * | | | batman-adv: fix and simplify condition when bonding should be usedSimon Wunderlich2015-01-061-2/+4
| * | | | | Merge tag 'mac80211-for-davem-2015-01-06' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-01-061-3/+9
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| |
| | * | | Revert "mac80211: Fix accounting of the tailroom-needed counter"Johannes Berg2015-01-051-3/+9
| * | | | openvswitch: Consistently include VLAN header in flow and port stats.Ben Pfaff2015-01-022-3/+4
| * | | | tcp: Do not apply TSO segment limit to non-TSO packetsHerbert Xu2015-01-021-2/+2
* | | | | Revert "cfg80211: make WEXT compatibility unselectable"Jiri Kosina2014-12-301-1/+1
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-12-3024-154/+272
|\ \ \ \
| * | | | genetlink: A genl_bind() to an out-of-range multicast group should not WARN().David S. Miller2014-12-291-6/+1
| * | | | netlink/genetlink: pass network namespace to bind/unbindJohannes Berg2014-12-274-20/+23
| * | | | genetlink: pass multicast bind/unbind to familiesJohannes Berg2014-12-271-0/+59
| * | | | netlink: call unbind when releasing socketJohannes Berg2014-12-271-0/+7
| * | | | netlink: update listeners directly when removing socketJohannes Berg2014-12-271-5/+5
| * | | | genetlink: pass only network namespace to genl_has_listeners()Johannes Berg2014-12-271-2/+1
| * | | | netlink: rename netlink_unbind() to netlink_undo_bind()Johannes Berg2014-12-271-4/+4
| * | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2014-12-261-4/+12
| |\ \ \ \
| | * | | | Bluetooth: Fix accepting connections when not using mgmtJohan Hedberg2014-12-241-1/+6
| | * | | | Bluetooth: Fix controller configuration with HCI_QUIRK_INVALID_BDADDRMarcel Holtmann2014-12-241-3/+6
| * | | | | net: Generalize ndo_gso_check to ndo_features_checkJesse Gross2014-12-261-9/+14
| * | | | | net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh2014-12-261-0/+1
| * | | | | openvswitch: fix odd_ptr_err.cocci warningsWu Fengguang2014-12-241-1/+1
| * | | | | net: Reset secmark when scrubbing packetThomas Graf2014-12-241-0/+1
OpenPOWER on IntegriCloud