summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | mac80211: document sleep requirements for channel context opsChaitanya T K2015-11-032-0/+12
| * | | | | | | | | | | mac80211: further improve "no supported rates" warningJohannes Berg2015-11-031-1/+1
| * | | | | | | | | | | mac80211: treat bad WMM parameters more gracefullyJohannes Berg2015-11-031-94/+48
| * | | | | | | | | | | mac80211: fixup AIFSN instead of disabling WMMEmmanuel Grumbach2015-11-031-7/+7
| * | | | | | | | | | | mac80211: make enable_qos parameter to ieee80211_set_wmm_default()Johannes Berg2015-11-035-16/+11
| * | | | | | | | | | | mac80211: fix crash on mesh local link ID generation with VIFsMatthias Schiffer2015-11-031-0/+3
| * | | | | | | | | | | mac80211: TDLS: add proper HT-oper IEArik Nemtsov2015-11-035-7/+18
| * | | | | | | | | | | mac80211: don't reconfigure sched scan in case of wowlanEliad Peller2015-11-035-35/+45
| * | | | | | | | | | | mac80211: call drv_stop only if driver is startedEliad Peller2015-11-033-31/+48
| * | | | | | | | | | | mac80211: Remove WARN_ON_ONCE in ieee80211_recalc_smpsAndrei Otcheretianski2015-11-031-1/+7
| * | | | | | | | | | | mac80211: use freezable workqueue for restart workEliad Peller2015-11-032-1/+12
| * | | | | | | | | | | mac80211: Fix local deauth while associatingAndrei Otcheretianski2015-11-031-0/+19
| * | | | | | | | | | | mac80211: allow null chandef in tracingArik Nemtsov2015-11-031-5/+5
| * | | | | | | | | | | nl80211: Fix potential memory leak from parse_acl_dataOla Olsson2015-11-031-6/+6
| * | | | | | | | | | | mac80211: fix divide by zero when NOA updateJanusz.Dziedzic@tieto.com2015-11-031-0/+7
* | | | | | | | | | | | net/core: fix for_each_netdev_featureJarod Wilson2015-11-031-2/+6
* | | | | | | | | | | | vlan: Invoke driver vlan hooks only if device is presentPadmanabh Ratnakar2015-11-031-2/+8
* | | | | | | | | | | | ptp: Change ptp_class to a proper bitmaskStefan Sørensen2015-11-031-8/+8
* | | | | | | | | | | | net/core: generic support for disabling netdev features down stackJarod Wilson2015-11-031-0/+50
* | | | | | | | | | | | net: fix percpu memory leaksEric Dumazet2015-11-035-18/+35
* | | | | | | | | | | | net: make skb_set_owner_w() more robustEric Dumazet2015-11-022-3/+23
* | | | | | | | | | | | bridge: vlan: Use rcu_dereference instead of rtnl_dereferenceIdo Schimmel2015-11-021-1/+1
* | | | | | | | | | | | bridge: vlan: Use correct flag name in commentIdo Schimmel2015-11-021-3/+3
* | | | | | | | | | | | bridge: vlan: Prevent possible use-after-freeIdo Schimmel2015-11-021-0/+2
* | | | | | | | | | | | tcp/dccp: fix ireq->pktopts raceEric Dumazet2015-11-022-17/+17
* | | | | | | | | | | | RDS: convert bind hash table to re-sizable hashtablesantosh.shilimkar@oracle.com2015-11-023-86/+56
* | | | | | | | | | | | net: rds: changing the return type from int to voidSaurabh Sengar2015-11-021-4/+2
* | | | | | | | | | | | ipv4: use l4 hash for locally generated multipath flowsPaolo Abeni2015-11-021-1/+2
* | | | | | | | | | | | Use 64-bit timekeepingTina Ruchandani2015-11-011-5/+6
* | | | | | | | | | | | net: dsa: use switchdev obj for VLAN add/del opsVivien Didelot2015-11-011-20/+9
* | | | | | | | | | | | VSOCK: define VSOCK_SS_LISTEN once onlyStefan Hajnoczi2015-11-012-22/+19
* | | | | | | | | | | | ipv6: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragmentHannes Frederic Sowa2015-11-011-4/+4
* | | | | | | | | | | | ipv6: no CHECKSUM_PARTIAL on MSG_MORE corked socketsHannes Frederic Sowa2015-11-011-37/+33
* | | | | | | | | | | | ipv4: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragmentHannes Frederic Sowa2015-11-011-3/+5
* | | | | | | | | | | | ipv4: no CHECKSUM_PARTIAL on MSG_MORE corked socketsHannes Frederic Sowa2015-11-011-0/+1
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-018-14/+38
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa2015-10-291-0/+2
| * | | | | | | | | | | Revert "Merge branch 'ipv6-overflow-arith'"Hannes Frederic Sowa2015-10-291-5/+1
| * | | | | | | | | | | RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da...Sowmini Varadhan2015-10-281-2/+9
| * | | | | | | | | | | openvswitch: Fix skb leak using IPv6 defragJoe Stringer2015-10-281-0/+7
| * | | | | | | | | | | ipv6: Export nf_ct_frag6_consume_orig()Joe Stringer2015-10-281-0/+1
| * | | | | | | | | | | openvswitch: Fix double-free on ip_defrag() errorsJoe Stringer2015-10-283-6/+16
| * | | | | | | | | | | fib_trie: leaf_walk_rcu should not compute key if key is less than pn->keyAlexander Duyck2015-10-281-1/+1
| * | | | | | | | | | | ipv6: gre: support SIT encapsulationEric Dumazet2015-10-271-1/+2
* | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-10-304-16/+45
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | xfrm: Increment statistic counter on inner mode errorSteffen Klassert2015-10-231-1/+3
| * | | | | | | | | | | | xfrm4: Reload skb header pointers after calling pskb_may_pull.Steffen Klassert2015-10-231-7/+26
| * | | | | | | | | | | | xfrm4: Fix header checks in _decode_session4.Steffen Klassert2015-10-231-5/+10
| * | | | | | | | | | | | xfrm: Fix unaligned access to stats in copy_to_user_state()Sowmini Varadhan2015-10-231-1/+4
| * | | | | | | | | | | | xfrm: Let the flowcache handle its size by default.Steffen Klassert2015-09-292-2/+2