summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-25s390: fix /proc/interrupts outputSebastian Ott
2015-03-25sctp: avoid to repeatedly declare external variablesYing Xue
2015-03-25tcp: fix ipv4 mapped request socksEric Dumazet
2015-03-24virtio: change comment in transmitstephen hemminger
2015-03-24tools: bpf_asm: cleanup vlan extension related tokenDaniel Borkmann
2015-03-24Merge branch 'listener_refactor_16'David S. Miller
2015-03-24tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()Eric Dumazet
2015-03-24tcp: md5: remove request sock argument of calc_md5_hash()Eric Dumazet
2015-03-24tcp: md5: input path is run under rcu protected sectionsEric Dumazet
2015-03-24tcp: use C99 initializers in new_state[]Eric Dumazet
2015-03-24tcp: md5: fix rcu lockdep splatEric Dumazet
2015-03-24Merge branch 'rhashtable-next'David S. Miller
2015-03-24rhashtable: Add rhashtable_free_and_destroy()Thomas Graf
2015-03-24rhashtable: Disable automatic shrinking by defaultThomas Graf
2015-03-24rhashtable: Mark internal/private inline functions as suchThomas Graf
2015-03-24rhashtable: Use 'unsigned int' consistentlyThomas Graf
2015-03-24rhashtable: Extend RCU read lock into rhashtable_insert_rehash()Thomas Graf
2015-03-24filter: introduce SKF_AD_VLAN_TPID BPF extensionMichal Sekletar
2015-03-24Merge branch 'cxgb4-fcoe'David S. Miller
2015-03-24cxgb4: update Kconfig and Makefile for FCoE supportVarun Prakash
2015-03-24cxgb4: add cxgb4_fcoe.c for FCoEVarun Prakash
2015-03-24cxgb4: add cxgb4_fcoe.h and macro definitions for FCoEVarun Prakash
2015-03-24ipv6: fix sparse warnings in privacy stable addresses generationHannes Frederic Sowa
2015-03-24tipc: fix compile error when IPV6=m and TIPC=yYing Xue
2015-03-24net: allow to delete a whole device groupWANG Cong
2015-03-24rhashtable: Add comment on choice of elasticity valueHerbert Xu
2015-03-24cx82310_eth: fix semicolon.cocci warningsWu Fengguang
2015-03-24tipc: validate length of sockaddr in connect() for dgram/rdmSasha Levin
2015-03-24net: remove never used forwarding_accel_ops pointer from net_deviceHannes Frederic Sowa
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-23rhashtable: Fix sleeping inside RCU critical section in walk_stopHerbert Xu
2015-03-23Merge branch 'ipv6_stable_privacy_address'David S. Miller
2015-03-23ipv6: add documentation for stable_secret, idgen_delay and idgen_retries knobsHannes Frederic Sowa
2015-03-23ipv6: introduce idgen_delay and idgen_retries knobsHannes Frederic Sowa
2015-03-23ipv6: do retries on stable privacy addressesHannes Frederic Sowa
2015-03-23ipv6: collapse state_lock and lockHannes Frederic Sowa
2015-03-23ipv6: introduce IFA_F_STABLE_PRIVACY flagHannes Frederic Sowa
2015-03-23ipv6: generation of stable privacy addresses for link-local and autoconfHannes Frederic Sowa
2015-03-23ipv6: introduce secret_stable to ipv6_devconfHannes Frederic Sowa
2015-03-23lib: EXPORT_SYMBOL sha_initHannes Frederic Sowa
2015-03-23Merge branch 'bcmgenet-next'David S. Miller
2015-03-23net: bcmgenet: power down and up GPHY during suspend/resumeFlorian Fainelli
2015-03-23net: bcmgenet: power up and down integrated GPHY when unusedFlorian Fainelli
2015-03-23net: bcmgenet: implement GPHY power down sequenceFlorian Fainelli
2015-03-23net: bcmgenet: fix GPHY power-up sequenceFlorian Fainelli
2015-03-23net: bcmgenet: rename bcmgenet_ephy_power_upFlorian Fainelli
2015-03-23net: bcmgenet: update bcmgenet_ephy_power_up to clear CK25_DIS bitFlorian Fainelli
2015-03-23net: bcmgenet: propagate errors from bcmgenet_power_downFlorian Fainelli
2015-03-23Merge branch 'rhashtable-next'David S. Miller
2015-03-23rhashtable: Add immediate rehash during insertionHerbert Xu