summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-10-06netfilter: nf_tables: don't update chain with unset countersPablo Neira Ayuso1-0/+3
2014-10-06ipvs: fix ipv6 hook registration for local repliesJulian Anastasov1-1/+1
2014-10-06netfilter: x_tables: allow to use default cgroup matchDaniel Borkmann1-1/+1
2014-10-06ipvs: Maintain all DSCP and ECN bits for ipv6 tun forwardingAlex Gartrell1-1/+1
2014-10-06netfilter: xt_hashlimit: perform garbage collection from process contextEric Dumazet1-15/+16
2014-10-06nl80211: clear skb cb before passing to netlinkJohannes Berg1-0/+6
2014-10-06Revert "mac80211: disable uAPSD if all ACs are under ACM"Johannes Berg1-2/+1
2014-09-17libceph: do not hard code max auth ticket lenIlya Dryomov1-35/+29
2014-09-17libceph: add process_one_ticket() helperIlya Dryomov1-104/+124
2014-09-17libceph: gracefully handle large reply messages from the monSage Weil1-0/+8
2014-09-17libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctlyIlya Dryomov1-1/+1
2014-09-17Bluetooth: Avoid use of session socket after the session gets freedVignesh Raman1-2/+5
2014-09-17Bluetooth: Fix using uninitialized variable when pairingJohan Hedberg1-1/+1
2014-09-17Bluetooth: never linger on process exitVladimir Davydov3-4/+8
2014-09-17Bluetooth: Fix tracking local SSP authentication requirementJohan Hedberg1-9/+8
2014-09-17Bluetooth: Fix merge of advertising data and scan response dataMarcel Holtmann1-2/+2
2014-09-06svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever3-1/+4
2014-08-14sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet1-1/+1
2014-08-14batman-adv: Fix out-of-order fragmentation supportSven Eckelmann1-3/+7
2014-08-14net: Correctly set segment mac_len in skb_segment().Vlad Yasevich1-1/+1
2014-08-14tcp: Fix integer-overflow in TCP vegasChristoph Paasch1-1/+2
2014-08-14tcp: Fix integer-overflows in TCP venoChristoph Paasch1-1/+1
2014-08-14ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"Dmitry Popov1-11/+18
2014-07-29net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin2-7/+8
2014-07-29ip: make IP identifiers less predictableEric Dumazet2-3/+31
2014-07-29neighbour : fix ndm_type type error issueJun Zhao1-1/+1
2014-07-25Merge tag 'master-2014-07-23' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller3-12/+16
2014-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+0
2014-07-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-4/+5
2014-07-23Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-1/+4
2014-07-23net: sctp: inherit auth_capable on INIT collisionsDaniel Borkmann1-0/+1
2014-07-23mac80211: fix crash on getting sta info with uninitialized rate controlFelix Fietkau1-1/+4
2014-07-22Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller4-24/+108
2014-07-22ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet1-0/+4
2014-07-21batman-adv: fix TT VLAN inconsistency on VLAN re-addAntonio Quartulli3-14/+74
2014-07-21batman-adv: drop QinQ claim frames in bridge loop avoidanceSimon Wunderlich1-10/+34
2014-07-21dns_resolver: Null-terminate the right stringBen Hutchings1-1/+1
2014-07-21net_sched: avoid generating same handle for u32 filtersCong Wang1-5/+14
2014-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville2-11/+12
2014-07-18cfg80211: fix mic_failure tracingEliad Peller1-1/+2
2014-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-55/+95
2014-07-17net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu5-2/+10
2014-07-16ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrackJulian Anastasov1-1/+0
2014-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds32-220/+240
2014-07-15net/l2tp: don't fall back on UDP [get|set]sockoptSasha Levin1-2/+2
2014-07-15neigh: sysctl - simplify address calculation of gc_* variablesMathias Krause1-4/+5
2014-07-15net: sctp: fix information leaks in ulpevent layerDaniel Borkmann1-107/+15
2014-07-14netfilter: nf_tables: 64bit stats need some extra synchronizationEric Dumazet2-8/+17
2014-07-14netfilter: nf_tables: set NLM_F_DUMP_INTR if netlink dumping is stalePablo Neira Ayuso1-7/+23
2014-07-14netfilter: nf_tables: safe RCU iteration on list when dumpingPablo Neira Ayuso1-41/+53