summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-05-22bridge: fix lockdep splatEric Dumazet
2015-05-22net: core: 'ethtool' issue with querying phy settingsArun Parameswaran
2015-05-22bridge: fix parsing of MLDv2 reportsThadeu Lima de Souza Cascardo
2015-05-22ipv4: fill in table id when replacing a routeMichal Kubeček
2015-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-05-22ipv4: Avoid crashing in ip_errorEric W. Biederman
2015-05-22tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet
2015-05-21net: sched: fix call_rcu() race on classifier module unloadsDaniel Borkmann
2015-05-21xfrm: Always zero high-order sequence number bitsHerbert Xu
2015-05-20Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' in...Doug Ledford
2015-05-20IB/core: Change rdma_protocol_iboe to roceIra Weiny
2015-05-20Revert "libceph: clear r_req_lru_item in __unregister_linger_request()"Ilya Dryomov
2015-05-20libceph: request a new osdmap if lingering request maps to no osdIlya Dryomov
2015-05-20ipv6: fix ECMP route replacementMichal Kubeček
2015-05-20ipv6: do not delete previously existing ECMP routes if add failsMichal Kubeček
2015-05-20mac80211: fix AP_VLAN crypto tailroom calculationMichal Kazior
2015-05-20mac80211: don't split remain-on-channel for coalescingJohannes Berg
2015-05-20Revert "netfilter: bridge: query conntrack about skb dnat"Florian Westphal
2015-05-20netfilter: ensure number of counters is >0 in do_replace()Dave Jones
2015-05-20netfilter: nfnetlink_{log,queue}: Register pernet in first placeFrancesco Ruggeri
2015-05-19Merge tag 'mac80211-for-davem-2015-05-19' of git://git.kernel.org/pub/scm/lin...David S. Miller
2015-05-19tcp: don't over-send F-RTO probesYuchung Cheng
2015-05-19tcp: only undo on partial ACKs in CA_LossYuchung Cheng
2015-05-19net/ipv6/udp: Fix ipv6 multicast socket filter regressionHenning Rogge
2015-05-19Merge branch 'linus' into timers/coreThomas Gleixner
2015-05-19mac80211: don't use napi_gro_receive() outside NAPI contextJohannes Berg
2015-05-18Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-05-18RDS: Switch to generic logging helpersSagi Grimberg
2015-05-18xprtrdma, svcrdma: Switch to generic logging helpersSagi Grimberg
2015-05-18IB/Verbs: Use management helper rdma_cap_read_multi_sge()Michael Wang
2015-05-18IB/Verbs: Reform IB-ulp xprtrdmaMichael Wang
2015-05-17tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot
2015-05-17rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel
2015-05-16netlink: Reset portid after netlink_insert failureHerbert Xu
2015-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-05-15netfilter: nf_tables: fix bogus warning in nft_data_uninit()Mirek Kratochvil
2015-05-15conntrack: RFC5961 challenge ACK confuse conntrack LAST-ACK transitionJesper Dangaard Brouer
2015-05-15netfilter: avoid build error if TPROXY/SOCKET=y && NF_DEFRAG_IPV6=mFlorian Westphal
2015-05-14rename RTNH_F_EXTERNAL to RTNH_F_OFFLOADRoopa Prabhu
2015-05-14ipv6: Fix udp checksums with raw socketsVlad Yasevich
2015-05-14netlink: move nl_table in read_mostly sectionEric Dumazet
2015-05-14Bluetooth: Fix remote name event return directly.Wesley Kuo
2015-05-14vlan: Correctly propagate promisc|allmulti flags in notifier.Vlad Yasevich
2015-05-13esp6: Use high-order sequence number bits for IV generationHerbert Xu
2015-05-13esp4: Use high-order sequence number bits for IV generationHerbert Xu
2015-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-05-12netns: return RTM_NEWNSID instead of RTM_GETNSID on a getNicolas Dichtel
2015-05-11net_sched: gred: use correct backlog value in WRED modeDavid Ward
2015-05-11mac80211: move WEP tailroom size checkJanusz Dziedzic
2015-05-10af_packet / TX_RING not fully non-blocking (w/ MSG_DONTWAIT).Kretschmer, Mathias