summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-06-01net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski2-3/+3
2014-06-01net: sctp: cache auth_enable per endpointVlad Yasevich6-59/+89
2014-06-01vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich3-44/+11
2014-06-01net: Find the nesting level of a given device by type.Vlad Yasevich1-0/+50
2014-06-01vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong2-5/+42
2014-06-01ip6_gre: don't allow to remove the fb_tunnel_devNicolas Dichtel1-0/+10
2014-06-01net: Start with correct mac_len in skb_network_protocolVlad Yasevich1-1/+1
2014-06-01Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the re...Daniel Borkmann4-24/+74
2014-06-01filter: prevent nla extensions to peek beyond the end of the messageMathias Krause1-1/+5
2014-06-01ipv4: return valid RTA_IIF on ip route getJulian Anastasov1-1/+1
2014-06-01net: ipv4: current group_info should be put after using.Wang, Xiaoming1-4/+11
2014-06-01vti: don't allow to add the same tunnel twiceNicolas Dichtel1-1/+1
2014-06-01gre: don't allow to add the same tunnel twiceNicolas Dichtel1-1/+1
2014-06-01ipv6: Limit mtu to 65575 bytesEric Dumazet1-2/+3
2014-06-01bridge: Fix double free and memory leak around br_allowed_ingressToshiaki Makita2-4/+5
2014-06-01net: core: don't account for udp header size when computing seglenFlorian Westphal1-5/+7
2014-06-01l2tp: take PMTU from tunnel UDP socketDmitry Petukhov1-2/+2
2014-06-01net: sctp: test if association is dead in sctp_wake_up_waitersDaniel Borkmann1-0/+6
2014-06-01net: sctp: wake up all assocs if sndbuf policy is per socketDaniel Borkmann1-1/+35
2014-06-01netfilter: nf_tables: set names cannot be larger than 15 bytesPablo Neira Ayuso1-1/+2
2014-06-01netfilter: Can't fail and free after table replacementThomas Graf4-9/+14
2014-06-01netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4Patrick McHardy2-3/+2
2014-05-13mac80211: exclude AP_VLAN interfaces from tx power calculationFelix Fietkau1-0/+2
2014-05-13mac80211: fix software remain-on-channel implementationJohannes Berg1-0/+1
2014-05-13mac80211: fix suspend vs. authentication raceJohannes Berg3-3/+38
2014-05-13mac80211: fix WPA with VLAN on AP side with ps-sta againMichael Braun1-1/+1
2014-05-13mac80211: fix potential use-after-freeJohannes Berg1-1/+1
2014-05-13crush: fix off-by-one errors in total_tries refactorIlya Dryomov1-19/+27
2014-05-13SUNRPC: Ensure call_connect_status() deals correctly with SOFTCONN tasksSteve Dickson1-2/+2
2014-05-13SUNRPC: Ensure that call_connect times out correctlyTrond Myklebust1-5/+3
2014-05-06nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky1-0/+16
2014-04-27Bluetooth: Fix removing Long Term KeyClaudio Takahasi1-1/+7
2014-04-14rds: prevent dereference of a NULL device in rds_iw_laddr_checkSasha Levin1-1/+2
2014-04-14ipv6: some ipv6 statistic counters failed to disable bhHannes Frederic Sowa4-10/+11
2014-03-29vlan: Warn the user if lowerdev has bad vlan features.Vlad Yasevich1-0/+3
2014-03-29bridge: Fix crash with vlan filtering and tcpdumpVlad Yasevich2-5/+20
2014-03-29net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich2-5/+11
2014-03-29ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa1-51/+142
2014-03-29tcp: fix get_timewait4_sock() delay computation on 64bitEric Dumazet1-1/+1
2014-03-29openvswitch: fix a possible deadlock and lockdep warningFlavio Leitner1-20/+6
2014-03-29bridge: Fix handling stacked vlan tagsToshiaki Makita1-17/+1
2014-03-29bridge: Fix inabillity to retrieve vlan tags when tx offload is disabledToshiaki Makita2-3/+15
2014-03-27core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss3-10/+32
2014-03-27vlan: Set hard_header_len according to available accelerationVlad Yasevich2-2/+5
2014-03-27net: unix: non blocking recvmsg() should not return -EINTREric Dumazet1-5/+12
2014-03-26ip_tunnel: Fix dst ref-count.Pravin B Shelar3-3/+9
2014-03-24tipc: fix spinlock recursion bug for failed subscriptionsErik Hugne1-14/+15
2014-03-24netpoll: fix the skb check in pkt_is_nsLi RongQing1-1/+1
2014-03-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller2-5/+7
2014-03-21ip6mr: fix mfc notification flagsNicolas Dichtel1-5/+8