summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-09-30Merge commit 'v3.16' into nextJames Morris56-337/+536
2014-09-16KEYS: Make the key matching functions return boolDavid Howells1-2/+2
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells3-7/+13
2014-09-16KEYS: Preparse match dataDavid Howells1-2/+3
2014-08-02Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris2-131/+243
2014-08-01netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore2-76/+68
2014-08-01netlabel: fix the catmap walking functionsPaul Moore1-48/+54
2014-08-01netlabel: fix the horribly broken catmap functionsPaul Moore2-62/+166
2014-08-01netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore2-11/+21
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-23Merge branch 'keys-fixes' into keys-nextDavid Howells1-0/+1
2014-07-23KEYS: RxRPC: Use key preparsingDavid Howells1-68/+97
2014-07-23KEYS: DNS: Use key preparsingDavid Howells1-18/+25
2014-07-23KEYS: Ceph: Use user_match()David Howells1-6/+2
2014-07-23KEYS: Ceph: Use key preparsingDavid Howells1-9/+15
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-17KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMINDavid Howells1-0/+1
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
2014-07-12tipc: clear 'next'-pointer of message fragments before reassemblyJon Paul Maloy1-0/+1
2014-07-12GRE: enable offloads for GREAmritha Nambiar1-0/+1
2014-07-10netlink: Fix handling of error from netlink_dump().Ben Pfaff1-2/+2
2014-07-09appletalk: Fix socket referencing in skbAndrey Utkin1-3/+0
2014-07-09ip_tunnel: fix ip_tunnel_lookupDmitry Popov1-4/+8
2014-07-09tipc: fix bug in multicast/broadcast message reassemblyJon Paul Maloy1-3/+8
2014-07-08tcp: fix false undo corner casesYuchung Cheng2-6/+8
2014-07-08igmp: fix the problem when mc leave groupdingtianhong1-4/+6